3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Enter Marvel.com, the best place to connect with other fans and get news about comics&#039; greatest super-heroes: Iron Man, Thor, Captain America, the X-Men, and more."; echo html_entities_decode($str); echo "<br>"; echo preg_replace("/&#?[a-z0-9]+;/i","",$str);

preferences:
47.91 ms | 402 KiB | 5 Q