3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(array(1,2,3),array(4,5,6),array(7,8,9)); $myArr = ''; for($i = 0; $i < 3; $i++){ for($j = 0; $j < 3; $j++){ echo $arr[$i][$j]; } echo '<br>'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 4
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
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
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 4
Branch analysis from position: 16
Branch analysis from position: 4
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/EO2Zb
function name:  (null)
number of ops:  17
compiled vars:  !0 = $arr, !1 = $myArr, !2 = $i, !3 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, ''
    5     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->14
    6     4    >   ASSIGN                                                   !3, 0
          5      > JMP                                                      ->10
    7     6    >   FETCH_DIM_R                                      ~8      !0, !2
          7        FETCH_DIM_R                                      ~9      ~8, !3
          8        ECHO                                                     ~9
    6     9        PRE_INC                                                  !3
         10    >   IS_SMALLER                                               !3, 3
         11      > JMPNZ                                                    ~11, ->6
    9    12    >   ECHO                                                     '%3Cbr%3E'
    5    13        PRE_INC                                                  !2
         14    >   IS_SMALLER                                               !2, 3
         15      > JMPNZ                                                    ~13, ->4
   10    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.18 ms | 1398 KiB | 13 Q