1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/mbstring/tests/zend_multibyte-11.phpt
T
2014-01-29 15:41:30 +09:00

15 lines
181 B
PHP

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