source:
trunk/tests/include-skipif.inc
@
1000
| Last change on this file since 1000 was 1000, checked in by moo, 11 months ago | |
|---|---|
|
|
| File size: 117 bytes | |
| 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 repository browser.

