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

1.1     ! misho       1: --TEST--
        !             2: Bug #29119 (html_entity_decode() misbehaves with UTF-8)
        !             3: --FILE--
        !             4: <?php
        !             5: var_dump(bin2hex(html_entity_decode('&ensp;&thinsp;&lsquo;&dagger;&prime;&frasl;&euro;', ENT_QUOTES, 'UTF-8')));
        !             6: ?>
        !             7: --EXPECT--
        !             8: string(42) "e28082e28089e28098e280a0e280b2e28184e282ac"

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