summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-15.phpt
blob: 3a9339ffb8dc9e6bbba5eadefb9cd3f3ea8cd3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
zend multibyte (15)
--INI--
zend.multibyte=1
--FILE--
<?php
declare(encoding="ISO-8859-15") {
	echo "ok\n";
}
declare(encoding="UTF-8") {
	echo "ok\n";
}
?>
--EXPECTF--
ok
ok