--TEST-- SPL: spl_autoload() with static methods --INI-- include_path=. --FILE-- ===DONE=== --EXPECTF-- array(1) { [0]=> array(2) { [0]=> unicode(12) "MyAutoLoader" [1]=> unicode(8) "autoLoad" } } MyAutoLoader::autoLoad(TestClass) bool(false) ===DONE===