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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Segmentation fault (core dumped)
002+
003+ Termsig=11
001- *** Testing session_decode() : variation ***
002- bool(true)
003- array(0) {
004- }
005- array(3) {
006- ["foo"]=>
007- int(1234567890)
008- ["bar"]=>
009- string(12) "Hello World!"
010- ["guff"]=>
011- float(123.456)
012- }
013- bool(true)
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