1--TEST--
2Bug #20934 (html_entity_decode() crash when "" is passed)
3--FILE--
4<?php
5var_dump(html_entity_decode(""));
6?>
7--EXPECT--
8string(0) ""
9