summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug73817.phpt
blob: 3ca5762fcfabca7f87e691f61050c14353ee5b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #73817 (Incorrect entries in get_html_translation_table)
--FILE--
<?php
$entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5);
foreach ($entities as $entity) {
    if (substr($entity, -1) !== ';') {
        var_dump($entity);
    }
}
?>
===DONE===
--EXPECT--
===DONE===