root/trunk/tests/include-skipif.php @ 864

Revision 864, 117 bytes (checked in by moo, 14 months ago)

handle opened_path in 1 place

  • Property svn:eol-style set to native
Line 
1<?php
2if (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.