summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug21338.phpt
blob: 2809d430896daac13067de9f21db4b0437082f92 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #20934 (html_entity_decode() crash when "" is passed)
--FILE--
<?php
var_dump(html_entity_decode(""));
?>
--EXPECT--
string(0) ""