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); //$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
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7dIhn
function name:  (null)
number of ops:  14
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+%3Ccentername%3E+%3Cbr%2F%3EWhat%3A+We+have+a+contract+%0Aavailable+for+your+signature%21+%3Cbr%2F%3E%0AWhere%3A+Please+click+the+following+link+to+access+the+Terms2020+Employee+%0AOnline+system+and+follow+the+steps+to%0Asign+your+contract+electronically%21+%3Cbr%2F%3E+%3Clink%3E+%3Cbr%3E+Support%3A+If+you+have+any+questions+regarding+the+contract+signing+%0Aprocess%2C+please+do+not+hesitate+to+contact+%3Cname%3E+at+%3Cemailaddress%3E.+%3Cbr%2F%3E%0ANOTE%3A+Please+do+not+reply+to+this+email+as+it+is+generated+from+an+%0Aunattended+mailbox.+%3Cbr%2F%3E+%3Cempid%3E'
   11     1        INIT_FCALL                                               'htmlentities'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
   14     5        INIT_FCALL                                               'html_entity_decode'
          6        SEND_VAR                                                 !1
          7        SEND_VAL                                                 3
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !2, $6
   16    10        ECHO                                                     !1
   17    11        ECHO                                                     '%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D'
   18    12        ECHO                                                     !2
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.67 ms | 1395 KiB | 17 Q