--TEST-- SPL: spl_autoload_functions() --FILE-- --EXPECTF-- array(0) { } array(1) { [0]=> string(12) "spl_autoload" } array(3) { [0]=> string(12) "spl_autoload" [1]=> string(16) "SplAutoloadTest1" [2]=> string(16) "SplAutoloadTest2" } array(2) { [0]=> string(12) "spl_autoload" [1]=> string(16) "SplAutoloadTest2" } Deprecated: spl_autoload_unregister(): Using spl_autoload_call() as a callback for spl_autoload_unregister() is deprecated, to remove all registered autoloaders, call spl_autoload_unregister() for all values returned from spl_autoload_functions() in %s on line %d array(0) { } array(1) { [0]=> string(12) "spl_autoload" } array(0) { }