Test: /ext/wddx/tests/005.phpt - Version 7.2.19    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: session_start(): Cannot find serialization handler 'wddx' - session startup failed in %s/005.php on line 8
002+
003+ Warning: session_decode(): Session is not active. You cannot decode session data in %s/005.php on line 10
004+
005+ Notice: Undefined variable: _SESSION in %s/005.php on line 12
006+ NULL
007+
008+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/005.php on line 14
001- array(2) {
002- ["data"]=>
003- array(4) {
004- ["test1"]=>
005- bool(true)
006- ["test2"]=>
007- string(11) "some string"
008- ["test3"]=>
009- int(654321)
010- ["test4"]=>
011- array(3) {
012- [0]=>
013- string(11) "some string"
014- [1]=>
015- bool(true)
016- [2]=>
017- NULL
018- }
019- }
020- ["class"]=>
021- object(foo)#1 (2) {
022- ["bar"]=>
023- string(2) "ok"
024- ["yes"]=>
025- string(4) "done"
026- }
027- }