mirror of
https://github.com/php/php-src.git
synced 2024-12-26 18:29:37 +08:00
19 lines
245 B
PHP
19 lines
245 B
PHP
--TEST--
|
||
zend multibyte (1)
|
||
--SKIPIF--
|
||
--INI--
|
||
zend.multibyte=On
|
||
zend.script_encoding=Shift_JIS
|
||
mbstring.internal_encoding=Shift_JIS
|
||
--FILE--
|
||
<?php
|
||
function —\Ž\”\($ˆø<CB86>”)
|
||
{
|
||
echo $ˆø<CB86>”;
|
||
}
|
||
|
||
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
||
?>
|
||
--EXPECT--
|
||
ƒhƒŒƒ~ƒtƒ@ƒ\
|