3v4l.org

run code in 300+ PHP versions simultaneously
<?php $al=range('a','z');$ah=range('A','Z');$n=range(0,9);$all=array_merge($al,$ah,$n); print_r($all);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2jckr
function name:  (null)
number of ops:  25
compiled vars:  !0 = $al, !1 = $ah, !2 = $n, !3 = $all
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                                         $4      
          4        ASSIGN                                                   !0, $4
          5        INIT_FCALL                                               'range'
          6        SEND_VAL                                                 'A'
          7        SEND_VAL                                                 'Z'
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 9
         13        DO_ICALL                                         $8      
         14        ASSIGN                                                   !2, $8
         15        INIT_FCALL                                               'array_merge'
         16        SEND_VAR                                                 !0
         17        SEND_VAR                                                 !1
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                         $10     
         20        ASSIGN                                                   !3, $10
    5    21        INIT_FCALL                                               'print_r'
         22        SEND_VAR                                                 !3
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.28 ms | 1399 KiB | 19 Q