Annotation of embedaddon/php/ext/standard/tests/strings/bug61374.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
        !             3: --FILE--
        !             4: <?php
        !             5: echo html_entity_decode('&OElig;', 0, 'ISO-8859-1');
        !             6: --EXPECT--
        !             7: &OElig;

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