3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=[]; for($i=7;$i<=16; $i++) { $arr[] = "$i:00"; $arr[] = "$i:30"; } print_r($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
Branch analysis from position: 3
filename:       /in/I1dJU
function name:  (null)
number of ops:  18
compiled vars:  !0 = $arr, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 7
          2      > JMP                                                      ->12
    5     3    >   NOP                                                      
          4        FAST_CONCAT                                      ~5      !1, '%3A00'
          5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  ~5
    6     7        NOP                                                      
          8        FAST_CONCAT                                      ~7      !1, '%3A30'
          9        ASSIGN_DIM                                               !0
         10        OP_DATA                                                  ~7
    4    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, 16
         13      > JMPNZ                                                    ~9, ->3
    8    14    >   INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.07 ms | 999 KiB | 14 Q