php-src/ext/mbstring/tests/zend_multibyte-10.phpt

19 lines
313 B
Plaintext
Raw Normal View History

2008-07-24 22:21:41 +00:00
--TEST--
zend multibyte (10)
2008-07-25 10:48:20 +00:00
--SKIPIF--
2008-07-24 22:21:41 +00:00
<?php
ini_set("mbstring.script_encoding","SJIS");
if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
2008-07-24 22:21:41 +00:00
die("skip zend-multibyte is not available");
}
2008-07-24 22:21:41 +00:00
?>
--FILE--
<?php
declare(encoding="ISO-8859-15");
declare(encoding="ISO-8859-1");
echo "ok\n";
2008-07-24 22:21:41 +00:00
?>
--EXPECTF--
ok