3v4l.org

run code in 300+ PHP versions simultaneously
<?php $prepend = array('00','01','02','03','04','05','06','07','08','09'); $hours = array_merge($prepend,range(10, 23)); $minutes = array_merge($prepend,range(10, 59)); $seconds = $minutes;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t228j
function name:  (null)
number of ops:  21
compiled vars:  !0 = $prepend, !1 = $hours, !2 = $minutes, !3 = $seconds
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'array_merge'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'range'
          4        SEND_VAL                                                 10
          5        SEND_VAL                                                 23
          6        DO_ICALL                                         $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
    5    10        INIT_FCALL                                               'array_merge'
         11        SEND_VAR                                                 !0
         12        INIT_FCALL                                               'range'
         13        SEND_VAL                                                 10
         14        SEND_VAL                                                 59
         15        DO_ICALL                                         $8      
         16        SEND_VAR                                                 $8
         17        DO_ICALL                                         $9      
         18        ASSIGN                                                   !2, $9
    6    19        ASSIGN                                                   !3, !2
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.97 ms | 1395 KiB | 17 Q