--TEST-- Bug #65006: spl_autoload_register fails with multiple callables using self, same method --FILE-- --EXPECTF-- Deprecated: Use of "self" in callables is deprecated in %s on line %d Deprecated: Use of "self" in callables is deprecated in %s on line %d array(2) { [0]=> array(2) { [0]=> string(5) "first" [1]=> string(4) "load" } [1]=> array(2) { [0]=> string(6) "second" [1]=> string(4) "load" } }