3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.86 ms | 1394 KiB | 15 Q