xref: /PHP-7.1/ext/mysqli/tests/skipifunicode.inc (revision f281e0cf)
1<?php
2if (version_compare(PHP_VERSION, '6.0', '==') == 1) {
3	die('skip Not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
4}
5?>
6