3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = arrayarray('\\','/',':','*','?','"','<','>','|',' '); print_r($array); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NWInn
function name:  (null)
number of ops:  17
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'arrayarray'
          1        SEND_VAL_EX                                              '%5C'
          2        SEND_VAL_EX                                              '%2F'
          3        SEND_VAL_EX                                              '%3A'
          4        SEND_VAL_EX                                              '%2A'
          5        SEND_VAL_EX                                              '%3F'
          6        SEND_VAL_EX                                              '%22'
          7        SEND_VAL_EX                                              '%3C'
          8        SEND_VAL_EX                                              '%3E'
          9        SEND_VAL_EX                                              '%7C'
         10        SEND_VAL_EX                                              '+'
         11        DO_FCALL                                      0  $1      
         12        ASSIGN                                                   !0, $1
    5    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
    7    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.7 ms | 1385 KiB | 15 Q