Annotation of embedaddon/php/ext/mbstring/tests/zend_multibyte-10.phpt, revision 1.1.1.2

1.1       misho       1: --TEST--
                      2: zend multibyte (10)
                      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: --FILE--
                     11: <?php
                     12: declare(encoding="ISO-8859-15");
                     13: declare(encoding="ISO-8859-1");
1.1.1.2 ! misho      14: echo "ok\n";
1.1       misho      15: ?>
                     16: --EXPECTF--
1.1.1.2 ! misho      17: ok

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