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="'.$i.$rows['emp_id'].'" name="Emails[]" value="'.$i.';'.$concatenated_string.'" '.($checked == 1)?'checked':''.' onclick="check('.$i.$rows['emp_id'].');" /> </td>'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 8
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 25
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 8
Branch analysis from position: 34
Branch analysis from position: 8
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 8
Branch analysis from position: 34
Branch analysis from position: 8
filename:       /in/EUbhv
function name:  (null)
number of ops:  35
compiled vars:  !0 = $checked1, !1 = $checked2, !2 = $checked3, !3 = $checked4, !4 = $checked5, !5 = $checked6, !6 = $i, !7 = $checked, !8 = $rows, !9 = $concatenated_string
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                                                      ->32
   16     8    >   CONCAT                                           ~17     'checked', !6
          9        FETCH_R                      local               ~18     ~17
         10        ASSIGN                                                   !7, ~18
   17    11        ECHO                                                     !7
   21    12        CONCAT                                           ~20     '%0A%09%3Ctd+align%3D%22center%22+bgcolor%3D%22%23E6E6FA%22%3E%0A%09%09%3Cinput+type%3D%22checkbox%22+id%3D%22', !6
         13        FETCH_DIM_R                                      ~21     !8, 'emp_id'
         14        CONCAT                                           ~22     ~20, ~21
         15        CONCAT                                           ~23     ~22, '%22+name%3D%22Emails%5B%5D%22+value%3D%22'
         16        CONCAT                                           ~24     ~23, !6
         17        CONCAT                                           ~25     ~24, '%3B'
         18        CONCAT                                           ~26     ~25, !9
         19        CONCAT                                           ~27     ~26, '%22+'
         20        IS_EQUAL                                         ~28     !7, 1
         21        CONCAT                                           ~29     ~27, ~28
         22      > JMPZ                                                     ~29, ->25
         23    >   QM_ASSIGN                                        ~30     'checked'
         24      > JMP                                                      ->30
         25    >   CONCAT                                           ~31     '++onclick%3D%22check%28', !6
         26        FETCH_DIM_R                                      ~32     !8, 'emp_id'
         27        CONCAT                                           ~33     ~31, ~32
         28        CONCAT                                           ~34     ~33, '%29%3B%22++%2F%3E%0A%09%3C%2Ftd%3E'
         29        QM_ASSIGN                                        ~30     ~34
         30    >   ECHO                                                     ~30
   14    31        PRE_INC                                                  !6
         32    >   IS_SMALLER_OR_EQUAL                                      !6, 6
         33      > JMPNZ                                                    ~36, ->8
   23    34    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.76 ms | 1399 KiB | 13 Q