3v4l.org

run code in 300+ PHP versions simultaneously
<?php $checked1 = 1;// $row['rmc_induction_softskill']; $checked2= 1;//$row['rmc_induction_neo']; $checked3 = 0;//$row['rmc_induction_itil']; $checked4 = 1;//$row['rmc_induction_hr_induction']; $checked5 = 0;//$row['rmc_induction_vmware']; $checked6 = 0;//$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 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 8
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 8
Branch analysis from position: 15
Branch analysis from position: 8
filename:       /in/8q2n5
function name:  (null)
number of ops:  16
compiled vars:  !0 = $checked1, !1 = $checked2, !2 = $checked3, !3 = $checked4, !4 = $checked5, !5 = $checked6, !6 = $i, !7 = $checked
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 1
    5     1        ASSIGN                                                   !1, 1
    6     2        ASSIGN                                                   !2, 0
    7     3        ASSIGN                                                   !3, 1
    8     4        ASSIGN                                                   !4, 0
    9     5        ASSIGN                                                   !5, 0
   14     6        ASSIGN                                                   !6, 1
          7      > JMP                                                      ->13
   16     8    >   CONCAT                                           ~15     'checked', !6
          9        FETCH_R                      local               ~16     ~15
         10        ASSIGN                                                   !7, ~16
   17    11        ECHO                                                     !7
   14    12        PRE_INC                                                  !6
         13    >   IS_SMALLER_OR_EQUAL                                      !6, 6
         14      > JMPNZ                                                    ~19, ->8
   22    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.3 ms | 1393 KiB | 13 Q