Annotation of embedaddon/php/ext/mbstring/tests/zend_multibyte-01.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: zend multibyte (1)
                      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");
                      8: }
                      9: ?>
                     10: --INI--
                     11: mbstring.script_encoding=Shift_JIS
                     12: mbstring.internal_encoding=Shift_JIS
                     13: --FILE--
                     14: <?php
                     15:        function 予蚕能($引数)
                     16:        {
                     17:                echo $引数;
                     18:        }
                     19: 
                     20:        予蚕能("ドレミファソ");
                     21: ?>
                     22: --EXPECT--
                     23: ドレミファソ

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>