Test: /ext/spl/tests/spl_autoload_007.phpt - Version 8.0.0-dev    

There are 4 different diffs reported by users for this test.

Count Diff
12 (35%)
002+ Function 'MyAutoLoader::notExist' not found (Class 'MyAutoLoader' does not have a method 'notExist')
002- Function 'MyAutoLoader::notExist' not found (class 'MyAutoLoader' does not have a method 'notExist')
019+ Passed array does not specify an existing static method (Class 'MyAutoLoader' does not have a method 'notExist')
019- Passed array does not specify an existing static method (class 'MyAutoLoader' does not have a method 'notExist')
052+ Passed array does not specify an existing method (Class 'MyAutoLoader' does not have a method 'notExist')
052- Passed array does not specify an existing method (class 'MyAutoLoader' does not have a method 'notExist')
10 (29%)
061+ Passed array does not specify a callable static method (cannot access protected method MyAutoLoader::noAccess())
061- Passed array does not specify a callable method (cannot access protected method MyAutoLoader::noAccess())
8 (24%)
002+ spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class MyAutoLoader does not have a method "notExist" 002- spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class 'MyAutoLoader' does not have a method 'notExist' 019+ spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class MyAutoLoader does not have a method "notExist" 019- spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class 'MyAutoLoader' does not have a method 'notExist' 052+ spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class MyAutoLoader does not have a method "notExist" 052- spl_autoload_register(): Argument #1 ($autoload_function) must be a valid callback, class 'MyAutoLoader' does not have a method 'notExist'
4 (12%)
011+ Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() cannot be called statically)
011- Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() should not be called statically)
043+ Passed array specifies a non static method but no object (non-static method MyAutoLoader::dynaLoad() cannot be called statically)
043- Passed array specifies a non static method but no object (non-static method MyAutoLoader::dynaLoad() should not be called statically)