3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "<b>I like 'PHP' & I think it is \"cool\"</b>"; echo "\n"; echo var_export(htmlentities($string, ENT_QUOTES), true); echo "\n"; echo var_export(htmlspecialchars($string), true); ?>

preferences:
33.34 ms | 402 KiB | 5 Q