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

1.1       misho       1: --TEST--
                      2: zend multibyte (6)
1.1.1.2 ! misho       3: --XFAIL--
        !             4: https://bugs.php.net/bug.php?id=66582
1.1       misho       5: --INI--
1.1.1.2 ! misho       6: zend.multibyte=On
        !             7: zend.script_encoding=EUC-JP
1.1       misho       8: mbstring.internal_encoding=CP932
                      9: --FILE--
                     10: <?php
                     11: declare(encoding="UTF-8");
                     12: var_dump(bin2hex("ใƒ†ใ‚นใƒˆ"));
                     13: ?>
1.1.1.2 ! misho      14: --EXPECTF--
        !            15: php: Zend/zend_language_scanner.l:%d: encoding_filter_script_to_internal: Assertion `internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)' failed.

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