1--TEST-- 2zend multibyte (1) 3--SKIPIF-- 4--INI-- 5zend.multibyte=On 6zend.script_encoding=Shift_JIS 7mbstring.internal_encoding=Shift_JIS 8--FILE-- 9<?php 10 function �\�\�\($����) 11 { 12 echo $����; 13 } 14 15 �\�\�\("�h���~�t�@�\"); 16?> 17--EXPECT-- 18�h���~�t�@�\ 19