-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/mbstring/tests/
File Upload :
Current File : //usr/src/php/ext/mbstring/tests/zend_multibyte-11.phpt

--TEST--
zend multibyte (11)
--SKIPIF--
<?php
ini_set("mbstring.script_encoding","SJIS");
if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
	die("skip zend-multibyte is not available");
}
?>
--FILE--
<?php
declare(encoding="ISO-8859-15") {
	declare(encoding="ISO-8859-1");
	echo "ok\n";
}
?>
--EXPECTF--
ok

Copyright © 2017 || Recoded By Mr.Bumblebee