3v4l.org

run code in 300+ PHP versions simultaneously
<?php $orig = "Congratulations on your employment with &amp;lt;centername&amp;gt; &amp;lt;br/&amp;gt;What: We have a contract available for your signature! &amp;lt;br/&amp;gt; Where: Please click the following link to access the Terms2020 Employee Online system and follow the steps to sign your contract electronically! &amp;lt;br/&amp;gt; &amp;lt;link&amp;gt; &amp;lt;br/&amp;gt; Support: If you have any questions regarding the contract signing process, please do not hesitate to contact &amp;lt;name&amp;gt; at &amp;lt;emailaddress&amp;gt;. &amp;lt;br/&amp;gt; NOTE: Please do not reply to this email as it is generated from an unattended mailbox. &amp;lt;br/&amp;gt; &amp;lt;empid&amp;gt;"; //$a = htmlentities($orig); $a = ($orig); $b = html_entity_decode($a); 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
Output for git.master, git.master_jit, rfc.property-hooks
Congratulations on your employment with &amp;lt;centername&amp;gt; &amp;lt;br/&amp;gt;What: We have a contract available for your signature! &amp;lt;br/&amp;gt; Where: Please click the following link to access the Terms2020 Employee Online system and follow the steps to sign your contract electronically! &amp;lt;br/&amp;gt; &amp;lt;link&amp;gt; &amp;lt;br/&amp;gt; Support: If you have any questions regarding the contract signing process, please do not hesitate to contact &amp;lt;name&amp;gt; at &amp;lt;emailaddress&amp;gt;. &amp;lt;br/&amp;gt; NOTE: Please do not reply to this email as it is generated from an unattended mailbox. &amp;lt;br/&amp;gt; &amp;lt;empid&amp;gt;=====================================================================================================Congratulations on your employment with &lt;centername&gt; &lt;br/&gt;What: We have a contract available for your signature! &lt;br/&gt; Where: Please click the following link to access the Terms2020 Employee Online system and follow the steps to sign your contract electronically! &lt;br/&gt; &lt;link&gt; &lt;br/&gt; Support: If you have any questions regarding the contract signing process, please do not hesitate to contact &lt;name&gt; at &lt;emailaddress&gt;. &lt;br/&gt; NOTE: Please do not reply to this email as it is generated from an unattended mailbox. &lt;br/&gt; &lt;empid&gt;

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
75.45 ms | 404 KiB | 8 Q