3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; for ($j = 0; $j < 20; $j++) { $k = $i + 5; for ($i; $i < $k; $i++) { echo $i . "\t"; } echo "row\n\r"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 6
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
Branch analysis from position: 3
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 6
Branch analysis from position: 11
Branch analysis from position: 6
filename:       /in/EdHPu
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $j, !2 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->13
    4     3    >   ADD                                              ~5      !0, 5
          4        ASSIGN                                                   !2, ~5
    5     5      > JMP                                                      ->9
    6     6    >   CONCAT                                           ~7      !0, '%09'
          7        ECHO                                                     ~7
    5     8        PRE_INC                                                  !0
          9    >   IS_SMALLER                                               !0, !2
         10      > JMPNZ                                                    ~9, ->6
    8    11    >   ECHO                                                     'row%0A%0D'
    3    12        PRE_INC                                                  !1
         13    >   IS_SMALLER                                               !1, 20
         14      > JMPNZ                                                    ~11, ->3
    9    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.32 ms | 1398 KiB | 13 Q