3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr[] = array('null','eins','zwo'); $arr[] = array('zehn','elf','zwoelf'); for ($i = 0; $i<2; $i++) { echo $arr[$i][1]; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 6
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 6
Branch analysis from position: 12
Branch analysis from position: 6
filename:       /in/kdI80
function name:  (null)
number of ops:  13
compiled vars:  !0 = $arr, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0
          1        OP_DATA                                                  <array>
    3     2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  <array>
    5     4        ASSIGN                                                   !1, 0
          5      > JMP                                                      ->10
    6     6    >   FETCH_DIM_R                                      ~5      !0, !1
          7        FETCH_DIM_R                                      ~6      ~5, 1
          8        ECHO                                                     ~6
    5     9        PRE_INC                                                  !1
         10    >   IS_SMALLER                                               !1, 2
         11      > JMPNZ                                                    ~8, ->6
    8    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.26 ms | 1393 KiB | 13 Q