php-src/ext/mysqli/tests/skipifunicode.inc
2014-08-15 13:35:52 +04:00

6 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)');
}
?>