3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.91 ms | 1398 KiB | 13 Q