mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02: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 —\Ž\”\($ˆø�”)
|
|
{
|
|
echo $ˆø�”;
|
|
}
|
|
|
|
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
|
?>
|
|
--EXPECT--
|
|
ƒhƒŒƒ~ƒtƒ@ƒ\
|