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(print htmlspecialchars($string), true); ?>

preferences:
40.13 ms | 402 KiB | 5 Q