3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.36 ms | 1398 KiB | 13 Q