summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug21338.phpt
blob: c84576563ef8263a4a171be1645be6998899fd5f (plain)
1
2
3
4
5
6
7
8
9
10
--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) ""