3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0;$i<5;$i++){ for($j=1;$j<=3;$j++){ $val = ($i*$j)+1; echo $val."&nbsp;&nbsp;"; } 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 = 2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 4
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 2
Branch analysis from position: 16
Branch analysis from position: 2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 4
Branch analysis from position: 12
Branch analysis from position: 4
filename:       /in/UJeb0
function name:  (null)
number of ops:  17
compiled vars:  !0 = $i, !1 = $j, !2 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->14
    4     2    >   ASSIGN                                                   !1, 1
          3      > JMP                                                      ->10
    5     4    >   MUL                                              ~5      !0, !1
          5        ADD                                              ~6      ~5, 1
          6        ASSIGN                                                   !2, ~6
    6     7        CONCAT                                           ~8      !2, '%26nbsp%3B%26nbsp%3B'
          8        ECHO                                                     ~8
    4     9        PRE_INC                                                  !1
         10    >   IS_SMALLER_OR_EQUAL                                      !1, 3
         11      > JMPNZ                                                    ~10, ->4
    8    12    >   ECHO                                                     '%3Cbr%2F%3E'
    3    13        PRE_INC                                                  !0
         14    >   IS_SMALLER                                               !0, 5
         15      > JMPNZ                                                    ~12, ->2
    9    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.56 ms | 1398 KiB | 13 Q