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

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");
        !            14: ?>
        !            15: --EXPECTF--
        !            16: Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line 3

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