3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.03 ms | 1394 KiB | 13 Q