3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo implode(', ', [...range(1, 48), ...range(114, 118)]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V4DjK
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'implode'
          1        SEND_VAL                                                 '%2C+'
          2        INIT_FCALL                                               'range'
          3        SEND_VAL                                                 1
          4        SEND_VAL                                                 48
          5        DO_ICALL                                         $0      
          6        INIT_ARRAY                                       ~1      
          7        ADD_ARRAY_UNPACK                                 ~1      $0
          8        INIT_FCALL                                               'range'
          9        SEND_VAL                                                 114
         10        SEND_VAL                                                 118
         11        DO_ICALL                                         $2      
         12        ADD_ARRAY_UNPACK                                 ~1      $2
         13        SEND_VAL                                                 ~1
         14        DO_ICALL                                         $3      
         15        ECHO                                                     $3
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.52 ms | 1005 KiB | 15 Q