mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
25 lines
426 B
PHP
25 lines
426 B
PHP
--TEST--
|
|
encoding conversion from script encoding into internal encoding
|
|
--SKIPIF--
|
|
<?php
|
|
if (!extension_loaded("mbstring")) {
|
|
die("skip Requires mbstring extension");
|
|
}
|
|
?>
|
|
--INI--
|
|
zend.multibyte=1
|
|
mbstring.encoding_translation = On
|
|
zend.script_encoding=Shift_JIS
|
|
internal_encoding=UTF-8
|
|
--FILE--
|
|
<?php
|
|
function —\Ž\”\($ˆø�”)
|
|
{
|
|
echo $ˆø�”;
|
|
}
|
|
|
|
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
|
?>
|
|
--EXPECT--
|
|
ドレミファソ
|