PHP userland backwards compatibility layer that emulates PHP 5.5+ core functions.

βŒˆβŒ‹ βŽ‡ branch:  upgrade.php


Artifact [778e4fb909]

Artifact 778e4fb909af5f817de86d5dc71998eb2c8536a9:

  • File doc/tests1all/html_entity_decode.phpt — part of check-in [51e3884900] at 2010-06-22 17:03:27 on branch trunk — upgradephp-15 (user: mario size: 230)

--TEST--
html_entity_decode
--FILE--
<?php

echo 'html_entity_decode("&lt;&amp;&gt;&auml;&szlig;") = ';
echo html_entity_decode("&lt;&amp;&gt;&auml;&szlig;");

?>
--EXPECT--
html_entity_decode("&lt;&amp;&gt;&auml;&szlig;") = <&>δί