3v4l.org

run code in 300+ PHP versions simultaneously
<?php $orig = "I'll \"walk\" the <b>dog</b> now"; $a = htmlentities($orig); $b = html_entity_decode($a); echo $a; // I'll &quot;walk&quot; the &lt;b&gt;dog&lt;/b&gt; now echo "<br/>" echo $b; // I'll "walk" the <b>dog</b> now
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting ',' or ';' in /in/T3FtU on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in /in/T3FtU on line 10
Process exited with code 255.

preferences:
186.18 ms | 1399 KiB | 58 Q