summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-12.phpt
blob: 2f2606244c87925cc7a68139c466196e9f07374c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
zend multibyte (12)
--SKIPIF--
--XFAIL--
https://bugs.php.net/bug.php?id=66582
--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