source:
trunk/tests/include-skipif.php
@
864
| Last change on this file since 864 was 864, checked in by moo, 14 months ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Rev | Line | |
|---|---|---|
| [864] | 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 repository browser.

