3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_extensions(".class.php"); spl_autoload_register(); var_dump(class_exists('\\test\\ting'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hJ96Q
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'spl_autoload_extensions'
          1        SEND_VAL                                                 '.class.php'
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'spl_autoload_register'
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'class_exists'
          7        SEND_VAL                                                 '%5Ctest%5Cting'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.55 ms | 1394 KiB | 21 Q