source: web/old/remctl-2.14/php/tests/001.phpt @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 156 bytes
Line 
1--TEST--
2Check for remctl module
3--FILE--
4<?php if (extension_loaded("remctl")) echo "remctl module is available"; ?>
5--EXPECT--
6remctl module is available
Note: See TracBrowser for help on using the repository browser.