Test: /ext/session/tests/019.phpt - Version 5.4.0RC8-dev    

There is 1 diff reported by users for this test.

Count Diff
6 (100%)
001+ Warning: session_start(): Function spl_autoload_call() hasn't defined the class it was called for in %s/019.php on line 16
002+
003+ Warning: session_start(): defined (spl_autoload_call) but not found in %s/019.php on line 16
004+
005+ Fatal error: Uncaught exception 'LogicException' with message 'Class a could not be loaded' in %s/019.php:16
006+ Stack trace:
007+ #0 [internal function]: spl_autoload('a')
008+ #1 [internal function]: spl_autoload_call('a')
009+ #2 %s/019.php(16): session_start()
010+ #3 {main}
011+ thrown in %s/019.php on line 16
001- array(2) {
002- ["o1"]=>
003- &object(TFoo)#%d (1) {
004- ["c"]=>
005- int(42)
006- }
007- ["o2"]=>
008- &object(TFoo)#%d (1) {
009- ["c"]=>
010- int(42)
011- }
012- }
013- array(2) {
014- ["o1"]=>
015- &object(TFoo)#%d (1) {
016- ["c"]=>
017- int(44)
018- }
019- ["o2"]=>
020- &object(TFoo)#%d (1) {
021- ["c"]=>
022- int(44)
023- }
024- }