Annotation of embedaddon/php/ext/mysqli/tests/skipifunicode.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {
        !             3:        die('skip Not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
        !             4: }
        !             5: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>