3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace A { is_array([]); }; namespace B { \is_array([]); }; namespace C { use function is_array; is_array([]); }; namespace D { use function is_array as is_really_array; is_really_array([]); };
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YiCjS
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INIT_NS_FCALL_BY_NAME                                        'A%5Cis_array'
          1        SEND_VAL_EX                                                  <array>
          2        DO_FCALL                                          0          
    8     3        TYPE_CHECK                                      128  ~1      <array>
          4        FREE                                                         ~1
   13     5        TYPE_CHECK                                      128  ~2      <array>
          6        FREE                                                         ~2
   18     7        TYPE_CHECK                                      128  ~3      <array>
          8        FREE                                                         ~3
   19     9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
237.39 ms | 2520 KiB | 14 Q