mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
24 lines
388 B
PHP
24 lines
388 B
PHP
--TEST--
|
|
zend multibyte
|
|
--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 —\Ž\”\($ˆø�”)
|
|
{
|
|
echo $ˆø�”;
|
|
}
|
|
|
|
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
|
?>
|
|
--EXPECT--
|
|
ƒhƒŒƒ~ƒtƒ@ƒ\
|