summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69092.2.phpt
blob: d19116c598535864633c3e1fde163636270fd655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--TEST--
Bug #69092-2 (Declare Encoding Compile Check Wrong) - multibyte off
--INI--
zend.multibyte=0
--FILE--
<?php
echo "Hi";

function foo() {
	declare(encoding="UTF-8");
}

echo "Bye"
?>
--EXPECTF--
Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in %s on line %d

Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line %d