Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / php / ext / mbstring / tests / zend_multibyte-04.phpt
blobf1295b6afe7771fc0db91a2ff294f9baf643827e
1 --TEST--
2 zend multibyte (4)
3 --SKIPIF--
4 <?php
5 ini_set("mbstring.script_encoding","SJIS");
6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
7         die("skip zend-multibyte is not available");
9 ?>
10 --INI--
11 mbstring.script_encoding=CP932
12 mbstring.internal_encoding=UTF-8
13 --FILE--
14 <?php
15 var_dump(bin2hex("ƒeƒXƒg"));
17 --EXPECT--
18 string(18) "e38386e382b9e38388"