3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AutoLoader { function load() { echo 'WTF??'; die; } } spl_autoload_register(array('AutoLoader', 'load')); $a = new Cheese();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Ro5N
function name:  (null)
number of ops:  7
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'spl_autoload_register'
          1        SEND_VAL                                                 <array>
          2        DO_ICALL                                                 
   13     3        NEW                                              $2      'Cheese'
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $2
          6      > RETURN                                                   1

Class AutoLoader:
Function load:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/3Ro5N
function name:  load
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ECHO                                                     'WTF%3F%3F'
          1      > EXIT                                                     
    8     2*     > RETURN                                                   null

End of function load

End of class AutoLoader.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.92 ms | 1394 KiB | 15 Q