1--TEST-- 2test for mbstring script_encoding for flex unsafe encoding (Shift_JIS) 3--EXTENSIONS-- 4mbstring 5--INI-- 6zend.multibyte=1 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