mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
19 lines
318 B
PHP
19 lines
318 B
PHP
--TEST--
|
||
test for mbstring script_encoding for flex unsafe encoding (Shift_JIS)
|
||
--EXTENSIONS--
|
||
mbstring
|
||
--INI--
|
||
zend.multibyte=1
|
||
zend.script_encoding=Shift_JIS
|
||
internal_encoding=Shift_JIS
|
||
--FILE--
|
||
<?php
|
||
function —\Ž\”\($ˆø<CB86>”)
|
||
{
|
||
echo $ˆø<CB86>”;
|
||
}
|
||
|
||
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
||
?>
|
||
--EXPECT--
|
||
ƒhƒŒƒ~ƒtƒ@ƒ\
|