php-src/ext/standard/tests/strings/bug21338.phpt
2003-01-02 19:49:30 +00:00

11 lines
194 B
PHP

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