mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
24 lines
392 B
PHP
24 lines
392 B
PHP
--TEST--
|
||
zend multibyte (1)
|
||
--SKIPIF--
|
||
<?php
|
||
ini_set("mbstring.script_encoding","SJIS");
|
||
if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
||
die("skip zend-multibyte is not available");
|
||
}
|
||
?>
|
||
--INI--
|
||
mbstring.script_encoding=Shift_JIS
|
||
mbstring.internal_encoding=Shift_JIS
|
||
--FILE--
|
||
<?php
|
||
function —\Ž\”\($ˆø<CB86>”)
|
||
{
|
||
echo $ˆø<CB86>”;
|
||
}
|
||
|
||
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
||
?>
|
||
--EXPECT--
|
||
ƒhƒŒƒ~ƒtƒ@ƒ\
|