php-src/ext/mbstring/tests/zend_multibyte-11.phpt
2014-01-26 15:11:15 -08:00

15 lines
204 B
PHP

--TEST--
zend multibyte (11)
--SKIPIF--
--XFAIL--
https://bugs.php.net/bug.php?id=66582
--FILE--
<?php
declare(encoding="ISO-8859-15") {
declare(encoding="ISO-8859-1");
echo "ok\n";
}
?>
--EXPECTF--
ok