3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.7 ms | 1385 KiB | 13 Q