1--TEST--
2test for mbstring script_encoding for flex unsafe encoding (Shift_JIS)
3--SKIPIF--
4<?php
5if (!extension_loaded("mbstring")) {
6  die("skip Requires mbstring extension");
7}
8?>
9--INI--
10zend.multibyte=1
11zend.script_encoding=Shift_JIS
12internal_encoding=Shift_JIS
13--FILE--
14<?php
15    function �\�\�\($����)
16    {
17        echo $����;
18    }
19
20    �\�\�\("�h���~�t�@�\");
21?>
22--EXPECT--
23�h���~�t�@�\
24