3v4l.org

run code in 300+ PHP versions simultaneously
<?php $body = " employee_name ======= '<employee_name>' expiration_date ======= '<expiration_date>' issue_date ======= '<issue_date>' district_name ======= '<district_name>' video_link ======= '<video_link>' system_name ======= '<system_name>' system_url ======= '<system_url>' support_email ======= '<support_email>' support_phone ======= '<support_phone>' signature ======= '<signature>' contract_period ======= '<contract_period>' pass_code ======= '<pass_code>' contract_year ======= '<contract_year>' "; $values = array( '<employee_name>' => "HHHHHHHHHH", '<expiration_date>' => 1223234234, '<issue_date>' => 555555, '<district_name>' => '?district_name?', '<video_link>' => '?video_link?', '<system_name>' => 'gfdgdfth', '<system_url>' => '?system_url?', '<support_email>' => 'Support_Email', '<support_phone>' => 'Support_Phone', '<signature>' => 'GLBteam_name', '<contract_period>' => '?contract_period?', '<pass_code>' => '?pass_code?', '<contract_year>' => '?contract_year?' ); foreach ($values as $key=>$value){ str_replace($key, $value, $body); } echo $body;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 11
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 11
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/g06FU
function name:  (null)
number of ops:  14
compiled vars:  !0 = $body, !1 = $values, !2 = $value, !3 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%0Aemployee_name+%3D%3D%3D%3D%3D%3D%3D+%27%3Cemployee_name%3E%27%0Aexpiration_date+%3D%3D%3D%3D%3D%3D%3D+%27%3Cexpiration_date%3E%27%0Aissue_date+%3D%3D%3D%3D%3D%3D%3D+%27%3Cissue_date%3E%27%0Adistrict_name+%3D%3D%3D%3D%3D%3D%3D+%27%3Cdistrict_name%3E%27%0Avideo_link+%3D%3D%3D%3D%3D%3D%3D+%27%3Cvideo_link%3E%27%0Asystem_name+%3D%3D%3D%3D%3D%3D%3D+%27%3Csystem_name%3E%27%0Asystem_url+%3D%3D%3D%3D%3D%3D%3D+%27%3Csystem_url%3E%27%0Asupport_email+%3D%3D%3D%3D%3D%3D%3D+%27%3Csupport_email%3E%27%0Asupport_phone+%3D%3D%3D%3D%3D%3D%3D+%27%3Csupport_phone%3E%27%0Asignature+%3D%3D%3D%3D%3D%3D%3D+%27%3Csignature%3E%27%0Acontract_period+%3D%3D%3D%3D%3D%3D%3D+%27%3Ccontract_period%3E%27%0Apass_code+%3D%3D%3D%3D%3D%3D%3D+%27%3Cpass_code%3E%27%0Acontract_year+%3D%3D%3D%3D%3D%3D%3D+%27%3Ccontract_year%3E%27%0A'
   18     1        ASSIGN                                                   !1, <array>
   34     2      > FE_RESET_R                                       $6      !1, ->11
          3    > > FE_FETCH_R                                       ~7      $6, !2, ->11
          4    >   ASSIGN                                                   !3, ~7
   35     5        INIT_FCALL                                               'str_replace'
          6        SEND_VAR                                                 !3
          7        SEND_VAR                                                 !2
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
   34    10      > JMP                                                      ->3
         11    >   FE_FREE                                                  $6
   37    12        ECHO                                                     !0
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.35 ms | 1395 KiB | 15 Q