3v4l.org

run code in 500+ 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:  14
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'range'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     48
          3        DO_ICALL                                             $0      
          4        INIT_ARRAY                                           ~1      
          5        ADD_ARRAY_UNPACK                                     ~1      $0
          6        INIT_FCALL                                                   'range'
          7        SEND_VAL                                                     114
          8        SEND_VAL                                                     118
          9        DO_ICALL                                             $2      
         10        ADD_ARRAY_UNPACK                                     ~1      $2
         11        FRAMELESS_ICALL_2                implode             ~3      '%2C+', ~1
         12        ECHO                                                         ~3
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
151.24 ms | 1609 KiB | 14 Q