3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data1 = array('1','2','3','4'); $data2 = array('1','2','3','4'); $data3 = array('1','2','3'); for($a = 0; $a < count($data1); $a++){ for($b = 0; $b < count($data2); $b++){ for($c = 0; $c < count($data3); $c++){ echo $data1[$a].$data2[$b].$data3[$c].'<br>'; } } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 5
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 7
Branch analysis from position: 24
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 5
Branch analysis from position: 28
Branch analysis from position: 5
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 9
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 7
Branch analysis from position: 24
Branch analysis from position: 7
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 9
Branch analysis from position: 20
Branch analysis from position: 9
filename:       /in/6uTtb
function name:  (null)
number of ops:  29
compiled vars:  !0 = $data1, !1 = $data2, !2 = $data3, !3 = $a, !4 = $b, !5 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        ASSIGN                                                   !2, <array>
    8     3        ASSIGN                                                   !3, 0
          4      > JMP                                                      ->25
    9     5    >   ASSIGN                                                   !4, 0
          6      > JMP                                                      ->21
   10     7    >   ASSIGN                                                   !5, 0
          8      > JMP                                                      ->17
   11     9    >   FETCH_DIM_R                                      ~12     !0, !3
         10        FETCH_DIM_R                                      ~13     !1, !4
         11        CONCAT                                           ~14     ~12, ~13
         12        FETCH_DIM_R                                      ~15     !2, !5
         13        CONCAT                                           ~16     ~14, ~15
         14        CONCAT                                           ~17     ~16, '%3Cbr%3E'
         15        ECHO                                                     ~17
   10    16        PRE_INC                                                  !5
         17    >   COUNT                                            ~19     !2
         18        IS_SMALLER                                               !5, ~19
         19      > JMPNZ                                                    ~20, ->9
    9    20    >   PRE_INC                                                  !4
         21    >   COUNT                                            ~22     !1
         22        IS_SMALLER                                               !4, ~22
         23      > JMPNZ                                                    ~23, ->7
    8    24    >   PRE_INC                                                  !3
         25    >   COUNT                                            ~25     !0
         26        IS_SMALLER                                               !3, ~25
         27      > JMPNZ                                                    ~26, ->5
   14    28    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.07 ms | 1395 KiB | 13 Q