Test: /ext/spl/tests/spl_autoload_008.phpt - Version 5.7.0-dev    

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

Count Diff
10 (63%)
003- registered
004- MyAutoLoad(NoExistingTestClass)
005- Exception: Bla
009- registered
010- MyAutoLoader::autoLoad(NoExistingTestClass)
011- Exception: Bla
010+
011+ Strict Standards: Non-static method MyAutoLoader::dynaLoad() should not be called statically in %s/spl_autoload_008.php on line 56
024- registered
025- MyAutoLoader::autoLoad(NoExistingTestClass)
026- Exception: Bla
029+
030+ Strict Standards: Non-static method MyAutoLoader::dynaLoad() should not be called statically in %s/spl_autoload_008.php on line 56
045- registered
046- MyAutoLoader::autoLoad(NoExistingTestClass)
047- Exception: Bla
057- registered
058- MyAutoLoader::dynaLoad(NoExistingTestClass)
059- Exception: Bla
4 (25%)
003- registered
004- MyAutoLoad(NoExistingTestClass)
005- Exception: Bla
009- registered
010- MyAutoLoader::autoLoad(NoExistingTestClass)
011- Exception: Bla
010+
011+ Strict Standards: Non-static method MyAutoLoader::dynaLoad() should not be called statically in %s/spl_autoload_008.php on line 56
020+
021+ Fatal error: Unknown Function Name Type Provided in %s/spl_autoload_008.php on line 43
024- registered
025- MyAutoLoader::autoLoad(NoExistingTestClass)
026- Exception: Bla
027- int(0)
028- ====4====
029- array(2) {
030- [0]=>
031- string(12) "MyAutoLoader"
032- [1]=>
033- string(8) "dynaLoad"
034- }
035- LogicException: Passed array specifies a non static method but no object (non-static method MyAutoLoader::dynaLoad() should not be called statically)
036- int(0)
037- ====5====
038- array(2) {
039- [0]=>
040- object(MyAutoLoader)#%d (0) {
041- }
042- [1]=>
043- string(8) "autoLoad"
044- }
045- registered
046- MyAutoLoader::autoLoad(NoExistingTestClass)
047- Exception: Bla
048- int(0)
049- ====6====
050- array(2) {
051- [0]=>
052- object(MyAutoLoader)#%d (0) {
053- }
054- [1]=>
055- string(8) "dynaLoad"
056- }
057- registered
058- MyAutoLoader::dynaLoad(NoExistingTestClass)
059- Exception: Bla
060- int(0)
061- ===DONE===
2 (13%)
003- registered
004- MyAutoLoad(NoExistingTestClass)
005- Exception: Bla
007+ failed to add to autoload stack
009- registered
010- MyAutoLoader::autoLoad(NoExistingTestClass)
011- Exception: Bla
011+
012+ Strict Standards: Non-static method MyAutoLoader::dynaLoad() should not be called statically in %s/spl_autoload_008.php on line 56
013+ failed to add to autoload stack
024- registered
025- MyAutoLoader::autoLoad(NoExistingTestClass)
026- Exception: Bla
031+
032+ Strict Standards: Non-static method MyAutoLoader::dynaLoad() should not be called statically in %s/spl_autoload_008.php on line 56
045- registered
046- MyAutoLoader::autoLoad(NoExistingTestClass)
047- Exception: Bla
057- registered
058- MyAutoLoader::dynaLoad(NoExistingTestClass)
059- Exception: Bla