3v4l.org

run code in 300+ PHP versions simultaneously
<?php $checked1 = $row['rmc_induction_softskill']; $checked2= $row['rmc_induction_neo']; $checked3 = $row['rmc_induction_itil']; $checked4 = $row['rmc_induction_hr_induction']; $checked5 = $row['rmc_induction_vmware']; $checked6 = $row['rmc_induction_lss']; for ($i=1; $i<=6; $i++) { $checked = ${'checked'.$i}; echo $checked; /* echo '<td align="center" bgcolor="#E6E6FA"> <input type="checkbox" id="'<?php echo $i.$rows['emp_id']; ?>" name="Emails[]" value="<?php echo $i.";".$concatenated_string; ?>" <?php if ($checked == 1) echo "checked" ; ?> onclick="check(<?php echo $i.$rows['emp_id']; ?>);" /> </td> */ }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 14
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 14
Branch analysis from position: 21
Branch analysis from position: 14
filename:       /in/u0LB5
function name:  (null)
number of ops:  22
compiled vars:  !0 = $checked1, !1 = $row, !2 = $checked2, !3 = $checked3, !4 = $checked4, !5 = $checked5, !6 = $checked6, !7 = $i, !8 = $checked
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_DIM_R                                      ~9      !1, 'rmc_induction_softskill'
          1        ASSIGN                                                   !0, ~9
    5     2        FETCH_DIM_R                                      ~11     !1, 'rmc_induction_neo'
          3        ASSIGN                                                   !2, ~11
    6     4        FETCH_DIM_R                                      ~13     !1, 'rmc_induction_itil'
          5        ASSIGN                                                   !3, ~13
    7     6        FETCH_DIM_R                                      ~15     !1, 'rmc_induction_hr_induction'
          7        ASSIGN                                                   !4, ~15
    8     8        FETCH_DIM_R                                      ~17     !1, 'rmc_induction_vmware'
          9        ASSIGN                                                   !5, ~17
    9    10        FETCH_DIM_R                                      ~19     !1, 'rmc_induction_lss'
         11        ASSIGN                                                   !6, ~19
   14    12        ASSIGN                                                   !7, 1
         13      > JMP                                                      ->19
   16    14    >   CONCAT                                           ~22     'checked', !7
         15        FETCH_R                      local               ~23     ~22
         16        ASSIGN                                                   !8, ~23
   17    17        ECHO                                                     !8
   14    18        PRE_INC                                                  !7
         19    >   IS_SMALLER_OR_EQUAL                                      !7, 6
         20      > JMPNZ                                                    ~26, ->14
   22    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.34 ms | 1394 KiB | 13 Q