Annotation of embedaddon/php/ext/standard/tests/strings/bug21338.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #20934 (html_entity_decode() crash when "" is passed)
                      3: --FILE--
                      4: <?php
                      5:        var_dump(html_entity_decode(NULL));
                      6:        var_dump(html_entity_decode(""));
                      7: ?>
                      8: --EXPECT--
                      9: string(0) ""
                     10: string(0) ""

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