1
0
Fork 0
xcache/tests/include-skipif.inc

6 lines
117 B
PHP

<?php
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
die('skip __DIR__ not supported in this php version');
}
?>