3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = "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>"; $test = str_replace("<centername>", 'te@@@@@@st', $test); echo $test;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uGqPQ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $test
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+available+for+your+signature%21+%3Cbr%2F%3E+Where%3A+Please+click+the+following+link+to+access+the+Terms2020+Employee+Online+system+and+follow+the+steps+to+sign+your+contract+electronically%21+%3Cbr%2F%3E+%3Clink%3E+%3Cbr%3E+Support%3A+If+you+have+any+questions+regarding+the+contract+signing+process%2C+please+do+not+hesitate+to+contact+%3Cname%3E+at+%3Cemailaddress%3E.+%3Cbr%2F%3E+NOTE%3A+Please+do+not+reply+to+this+email+as+it+is+generated+from+an+unattended+mailbox.+%3Cbr%2F%3E+%3Cempid%3E'
    3     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%3Ccentername%3E'
          3        SEND_VAL                                                 'te%40%40%40%40%40%40st'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    4     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.44 ms | 1394 KiB | 15 Q