3v4l.org

run code in 300+ PHP versions simultaneously
<?php $values = array_merge(range(65, 90), range(97, 122), range(48, 57)); var_dump($values);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eaDdi
function name:  (null)
number of ops:  22
compiled vars:  !0 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_merge'
          1        INIT_FCALL                                               'range'
          2        SEND_VAL                                                 65
          3        SEND_VAL                                                 90
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        INIT_FCALL                                               'range'
          7        SEND_VAL                                                 97
          8        SEND_VAL                                                 122
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        INIT_FCALL                                               'range'
         12        SEND_VAL                                                 48
         13        SEND_VAL                                                 57
         14        DO_ICALL                                         $3      
         15        SEND_VAR                                                 $3
         16        DO_ICALL                                         $4      
         17        ASSIGN                                                   !0, $4
    4    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.8 ms | 1395 KiB | 19 Q