3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=range('a','z');$b=range('A','Z');$c=range(0,9);$d=array("-","_");$z=array_merge($a,$b,$c,$d); print_r($z);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EJDOJ
function name:  (null)
number of ops:  27
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d, !4 = $z
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 'a'
          2        SEND_VAL                                                 'z'
          3        DO_ICALL                                         $5      
          4        ASSIGN                                                   !0, $5
          5        INIT_FCALL                                               'range'
          6        SEND_VAL                                                 'A'
          7        SEND_VAL                                                 'Z'
          8        DO_ICALL                                         $7      
          9        ASSIGN                                                   !1, $7
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 9
         13        DO_ICALL                                         $9      
         14        ASSIGN                                                   !2, $9
         15        ASSIGN                                                   !3, <array>
         16        INIT_FCALL                                               'array_merge'
         17        SEND_VAR                                                 !0
         18        SEND_VAR                                                 !1
         19        SEND_VAR                                                 !2
         20        SEND_VAR                                                 !3
         21        DO_ICALL                                         $12     
         22        ASSIGN                                                   !4, $12
    5    23        INIT_FCALL                                               'print_r'
         24        SEND_VAR                                                 !4
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.78 ms | 1395 KiB | 19 Q