mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
20 lines
276 B
PHP
20 lines
276 B
PHP
--TEST--
|
|
zend multibyte (1)
|
|
--SKIPIF--
|
|
<?php require 'skipif.inc'; ?>
|
|
--INI--
|
|
zend.multibyte=On
|
|
zend.script_encoding=Shift_JIS
|
|
mbstring.internal_encoding=Shift_JIS
|
|
--FILE--
|
|
<?php
|
|
function —\Ž\”\($ˆø�”)
|
|
{
|
|
echo $ˆø�”;
|
|
}
|
|
|
|
—\Ž\”\("ƒhƒŒƒ~ƒtƒ@ƒ\");
|
|
?>
|
|
--EXPECT--
|
|
ƒhƒŒƒ~ƒtƒ@ƒ\
|