--TEST-- Bug #44144 (spl_autoload_functions() should return object instance when appropriate) --FILE-- --EXPECTF-- array(1) { [0]=> array(2) { [0]=> object(Foo)#%d (0) { } [1]=> string(15) "nonstaticMethod" } }