Test: /ext/session/tests/023.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/023.php on line 10
002+
003+ Warning: session_start(): defined (spl_autoload_call) but not found in %s/023.php on line 10
004+
005+ Fatal error: Uncaught exception 'LogicException' with message 'Class a could not be loaded' in %s/023.php:10
006+ Stack trace:
007+ #0 [internal function]: spl_autoload('a')
008+ #1 [internal function]: spl_autoload_call('a')
009+ #2 %s/023.php(10): session_start()
010+ #3 {main}
011+ thrown in %s/023.php on line 10
001- object(foo)#1 (2) {
002- ["bar"]=>
003- string(2) "ok"
004- ["yes"]=>
005- int(2)
006- }
007- array(1) {
008- [3]=>
009- object(foo)#2 (2) {
010- ["bar"]=>
011- string(2) "ok"
012- ["yes"]=>
013- int(2)
014- }
015- }