3v4l.org

run code in 300+ PHP versions simultaneously
<?php $orig = "Congratulations on your employment with <centername> <br/>What: We have a contract available for your signature! <br/> Where: Please click the following link to access the Terms2020 Employee Online system and follow the steps to sign your contract electronically! <br/> <link> <br> Support: If you have any questions regarding the contract signing process, please do not hesitate to contact <name> at <emailaddress>. <br/> NOTE: Please do not reply to this email as it is generated from an unattended mailbox. <br/> <empid>"; $a = htmlentities($orig, ENT_QUOTES); //$a = ($orig); $b = html_entity_decode($a, ENT_QUOTES); echo $a; // I'll &quot;walk&quot; the &lt;b&gt;dog&lt;/b&gt; now echo "====================================================================================================="; echo $b; // I'll "walk" the <b>dog</b> now

preferences:
56.44 ms | 402 KiB | 5 Q