Test: /ext/session/tests/session_decode_variation2.phpt - Version 5.3.10-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+
003+ Warning: session_start(): Cannot find serialization handler 'igbinary' - session startup failed in %s/session_decode_variation2.php on line 13
004+ bool(false)
005+
006+ Notice: Undefined variable: _SESSION in %s/session_decode_variation2.php on line 14
007+ NULL
002- bool(true)
003- array(0) {
004- }
014- array(4) {
016+
017+ Warning: session_decode(): Unknown session.serialize_handler. Failed to decode session object in %s/session_decode_variation2.php on line 19
016- &array(3) {
017- [0]=>
018- int(1)
019- [1]=>
020- int(2)
021- [2]=>
022- int(3)
023- }
024- ["bar"]=>
025- string(12) "Hello World!"
019+ array(3) {
021+ int(1234567890)
022+ ["bar"]=>
023+ string(12) "Hello World!"
024+ ["guff"]=>
025+ float(123.456)
026+ }
027+
028+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/session_decode_variation2.php on line 21
029+ bool(false)
030+ Done
026- ["guff"]=>
027- &array(3) {
028- [0]=>
029- int(1)
030- [1]=>
031- int(2)
032- [2]=>
033- int(3)
034- }
035- ["blah"]=>
036- &array(3) {
037- [0]=>
038- int(1)
039- [1]=>
040- int(2)
041- [2]=>
042- int(3)
043- }
044- }
045- bool(true)
046- Done