3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.42 ms | 1394 KiB | 13 Q