Annotation of embedaddon/php/ext/xml/tests/bug43957.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
        !             3: --SKIPIF--
        !             4: <?php
        !             5: require_once("skipif.inc");
        !             6: if (!extension_loaded('xml')) die ("skip xml extension not available");
        !             7: ?>
        !             8: --FILE--
        !             9: <?php
        !            10:   echo utf8_decode('abc'.chr(0xe0));
        !            11: ?>
        !            12: --EXPECTF--
        !            13: abc?

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