3v4l.org

run code in 300+ PHP versions simultaneously
<?php $r=array(); $i=25; while($i*8<=600){ $r[]=$i*8; $i++; } echo implode(',',$r);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
Branch analysis from position: 3
filename:       /in/ufSmA
function name:  (null)
number of ops:  16
compiled vars:  !0 = $r, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
          1        ASSIGN                                                   !1, 25
    4     2      > JMP                                                      ->7
    5     3    >   MUL                                              ~5      !1, 8
          4        ASSIGN_DIM                                               !0
          5        OP_DATA                                                  ~5
    6     6        PRE_INC                                                  !1
    4     7    >   MUL                                              ~7      !1, 8
          8        IS_SMALLER_OR_EQUAL                                      ~7, 600
          9      > JMPNZ                                                    ~8, ->3
    8    10    >   INIT_FCALL                                               'implode'
         11        SEND_VAL                                                 '%2C'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $9      
         14        ECHO                                                     $9
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.23 ms | 1394 KiB | 15 Q