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