3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encoded = htmlentities("Hey I am a nefarious hacker! Look at my brackets! <script>HAHAHA</script>!"); $decoded = html_entity_decode($encoded); echo "This is what's sent in the html source... so the browser doesn't actually recognize it as a script."; echo $encoded; echo "This is what it looks like on screen to the user."; echo $decoded; ?>

preferences:
39.22 ms | 402 KiB | 5 Q