mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
5 lines
145 B
PHP
5 lines
145 B
PHP
<?php
|
|
if (version_compare(PHP_VERSION, '6.0', '==') == 1) {
|
|
die('skip Not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
|
|
}
|
|
?>
|