mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
20 lines
348 B
PHP
20 lines
348 B
PHP
--TEST--
|
||
encoding conversion from script encoding into internal encoding
|
||
--EXTENSIONS--
|
||
mbstring
|
||
--INI--
|
||
zend.multibyte=1
|
||
mbstring.encoding_translation = On
|
||
zend.script_encoding=Shift_JIS
|
||
internal_encoding=UTF-8
|
||
--FILE--
|
||
<?php
|
||
function —\Ž\”\($ˆø<CB86>”)
|
||
{
|
||
echo $ˆø<CB86>”;
|
||
}
|
||
|
||
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
||
?>
|
||
--EXPECT--
|
||
ドレミファソ
|