3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1;$i<=9;$i++){ for($j=1;$j<=$i;$j++){ echo "$j x $i = ".$j*$i." "; } echo ""; } ?>
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/OOgY5
function name:  (null)
number of ops:  20
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->17
    3     2    >   ASSIGN                                                   !1, 1
          3      > JMP                                                      ->13
    4     4    >   ROPE_INIT                                     4  ~5      !1
          5        ROPE_ADD                                      1  ~5      ~5, '+x+'
          6        ROPE_ADD                                      2  ~5      ~5, !0
          7        ROPE_END                                      3  ~4      ~5, '+%3D+'
          8        MUL                                              ~7      !1, !0
          9        CONCAT                                           ~8      ~4, ~7
         10        CONCAT                                           ~9      ~8, '+'
         11        ECHO                                                     ~9
    3    12        PRE_INC                                                  !1
         13    >   IS_SMALLER_OR_EQUAL                                      !1, !0
         14      > JMPNZ                                                    ~11, ->4
    6    15    >   ECHO                                                     ''
    2    16        PRE_INC                                                  !0
         17    >   IS_SMALLER_OR_EQUAL                                      !0, 9
         18      > JMPNZ                                                    ~13, ->2
    8    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.53 ms | 1394 KiB | 13 Q