ru_php/ext/standard/tests/strings/bug21338.phpt

9 lines
143 B
Plaintext
Raw Permalink Normal View History

--TEST--
Bug #20934 (html_entity_decode() crash when "" is passed)
--FILE--
<?php
var_dump(html_entity_decode(""));
?>
--EXPECT--
string(0) ""