php-src/ext/mbstring/tests/zend_multibyte-12.phpt
2014-04-10 23:07:00 +04:00

14 lines
273 B
PHP

--TEST--
zend multibyte (12)
--SKIPIF--
--INI--
zend.multibyte=On
--FILE--
<?php
declare(encoding="ISO-8859-15");
echo 1;
declare(encoding="ISO-8859-1");
?>
--EXPECTF--
Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line 4