3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.55 ms | 1395 KiB | 15 Q