blob: d7207e49d77f1c174d4be9ff944e589a45267fab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
zend multibyte (12)
--SKIPIF--
--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
|