3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); class Autoloader { public static function loadClassLoader() { /* dummy */ } } spl_autoload_register(array('Autoloader', 'loadClassLoader'), true, true); class Foo_Bar {} class_alias("Foo_Bar", "Foo\Bar", false);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v0Od9
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'spl_autoload_register'
          4        SEND_VAL                                                 <array>
          5        SEND_VAL                                                 <true>
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                                 
    8     8        INIT_FCALL                                               'class_alias'
          9        SEND_VAL                                                 'Foo_Bar'
         10        SEND_VAL                                                 'Foo%5CBar'
         11        SEND_VAL                                                 <false>
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Class Autoloader:
Function loadclassloader:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v0Od9
function name:  loadClassLoader
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   null

End of function loadclassloader

End of class Autoloader.

Class Foo_Bar: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.83 ms | 1428 KiB | 16 Q