3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range('A', 'Z') + range(0, 9) + array('-', '_'); var_dump($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pPeWn
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 'A'
          2        SEND_VAL                                                 'Z'
          3        DO_ICALL                                         $1      
          4        INIT_FCALL                                               'range'
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 9
          7        DO_ICALL                                         $2      
          8        ADD                                              ~3      $1, $2
          9        ADD                                              ~4      ~3, <array>
         10        ASSIGN                                                   !0, ~4
    3    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.2 ms | 1394 KiB | 17 Q