3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
195.21 ms | 1393 KiB | 13 Q