3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a[1]="enes"; $a[2]="hasan"; $a[3]="ekrem"; $a[4]="oğuzhan"; $a[5]="hakkıcan"; echo '<table border="1">'; for($i=1;$i<=5;$i++) { echo '<tr>'; echo '<td>'; echo $i; echo '</td>'; echo '<td>'; echo $a[$i]; echo '</td>'; echo '</tr>'; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 13
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 13
Branch analysis from position: 25
Branch analysis from position: 13
filename:       /in/TGMtt
function name:  (null)
number of ops:  26
compiled vars:  !0 = $a, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 1
          1        OP_DATA                                                  'enes'
    3     2        ASSIGN_DIM                                               !0, 2
          3        OP_DATA                                                  'hasan'
    4     4        ASSIGN_DIM                                               !0, 3
          5        OP_DATA                                                  'ekrem'
    5     6        ASSIGN_DIM                                               !0, 4
          7        OP_DATA                                                  'o%C4%9Fuzhan'
    6     8        ASSIGN_DIM                                               !0, 5
          9        OP_DATA                                                  'hakk%C4%B1can'
    7    10        ECHO                                                     '%3Ctable+border%3D%221%22%3E'
    8    11        ASSIGN                                                   !1, 1
         12      > JMP                                                      ->23
   10    13    >   ECHO                                                     '%3Ctr%3E'
   11    14        ECHO                                                     '%3Ctd%3E'
   12    15        ECHO                                                     !1
   13    16        ECHO                                                     '%3C%2Ftd%3E'
   14    17        ECHO                                                     '%3Ctd%3E'
   15    18        FETCH_DIM_R                                      ~8      !0, !1
         19        ECHO                                                     ~8
   16    20        ECHO                                                     '%3C%2Ftd%3E'
   17    21        ECHO                                                     '%3C%2Ftr%3E'
    8    22        PRE_INC                                                  !1
         23    >   IS_SMALLER_OR_EQUAL                                      !1, 5
         24      > JMPNZ                                                    ~10, ->13
   20    25    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.53 ms | 1398 KiB | 13 Q