3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = "<b>I hate entities</b>"; $ohtml = htmlentities($html); $new_html = html_entity_decode($ohtml, ENT_QUOTES); echo $new_html;

preferences:
37.48 ms | 402 KiB | 5 Q