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); $b = html_entity_decode($a); echo $a; // I'll &quot;walk&quot; the &lt;b&gt;dog&lt;/b&gt; now echo "\n"; echo $b; // I'll "walk" the <b>dog</b> now
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SF0ce
function name:  (null)
number of ops:  13
compiled vars:  !0 = $orig, !1 = $a, !2 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Congratulations+on+your+employment+with+%26amp%3Blt%3Bcentername%26amp%3Bgt%3B+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3BWhat%3A+We+have+a+contract+%0Aavailable+for+your+signature%21+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3B%0AWhere%3A+Please+click+the+following+link+to+access+the+Terms2020+Employee+%0AOnline+system+and+follow+the+steps+to%0Asign+your+contract+electronically%21+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3B+%26amp%3Blt%3Blink%26amp%3Bgt%3B+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3B+Support%3A+If+you+have+any+questions+regarding+the+contract+signing+%0Aprocess%2C+please+do+not+hesitate+to+contact+%26amp%3Blt%3Bname%26amp%3Bgt%3B+at+%26amp%3Blt%3Bemailaddress%26amp%3Bgt%3B.+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3B%0ANOTE%3A+Please+do+not+reply+to+this+email+as+it+is+generated+from+an+%0Aunattended+mailbox.+%26amp%3Blt%3Bbr%2F%26amp%3Bgt%3B+%26amp%3Blt%3Bempid%26amp%3Bgt%3B'
   11     1        INIT_FCALL                                               'htmlentities'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
   13     5        INIT_FCALL                                               'html_entity_decode'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
   15     9        ECHO                                                     !1
   16    10        ECHO                                                     '%0A'
   17    11        ECHO                                                     !2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.65 ms | 1395 KiB | 17 Q