php-src/ext/mbstring/tests/zend_multibyte-10.phpt

13 lines
165 B
PHP

--TEST--
zend multibyte (10)
--INI--
zend.multibyte=1
--FILE--
<?php
declare(encoding="ISO-8859-15");
declare(encoding="ISO-8859-1");
echo "ok\n";
?>
--EXPECTF--
ok