3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '<p>Параграф.</p><!-- Комментарий --> <a href="#fragment">Еще текст</a>'; $str = htmlentities($text); echo $str.'<br>'; echo html_entity_decode($str);

preferences:
33.47 ms | 402 KiB | 5 Q