Test: /ext/session/tests/session_decode_variation2.phpt - Version 7.2.20    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
014+ array(0) {
015+ }
016+ bool(true)
017+ Done
014- array(4) {
015- ["foo"]=>
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!"
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