root/trunk/tests/include-skipif.php
@
864
| Revision 864, 117 bytes (checked in by moo, 14 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | if (version_compare(PHP_VERSION, '5.3.0', '<')) { |
| 3 | die('skip __DIR__ not supported in this php version'); |
| 4 | } |
| 5 | ?> |
Note: See TracBrowser
for help on using the browser.

