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

1.1     ! misho       1: --TEST--
        !             2: Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int conversion
        !             3: --FILE--
        !             4: <?php
        !             5: var_dump(
        !             6: get_html_translation_table(NAN, 0, "UTF-8") > 0
        !             7: );
        !             8: --EXPECT--
        !             9: bool(true)

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