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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ string(23) "a:1:{i:0;i:1234567890;}"
004+ bool(true)
005+ bool(true)
006+ string(39) "a:1:{i:1234567890;s:12:"Hello World!";}"
007+ bool(true)
003-
004- Notice: session_encode(): Skipping numeric key 0 in %s on line %d
005- bool(false)
008-
009+ string(33) "a:1:{i:-1234567890;i:1234567890;}"
011+ Done
009- Notice: session_encode(): Skipping numeric key 1234567890 in %s on line %d
010- bool(false)
011- bool(true)
012- bool(true)
013-
014- Notice: session_encode(): Skipping numeric key -1234567890 in %s on line %d
015- bool(false)
016- bool(true)
017- Done