3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_extensions(".class.php"); spl_autoload_register(null, true); var_dump(class_exists('\\test\\ting'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b5nk5
function name:  (null)
number of ops:  14
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        SEND_VAL                                                 null
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'class_exists'
          9        SEND_VAL                                                 '%5Ctest%5Cting'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.14 ms | 1385 KiB | 21 Q