File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ bool(true)
121
121
-- Iteration 4 --
122
122
bool(true)
123
123
124
- Notice: session_encode(): Skipping numeric key -2345 in %s on line %d
124
+ Notice: session_encode(): Skipping numeric key 18446744073709549271 in %s on line %d
125
125
bool(false)
126
126
bool(true)
127
127
@@ -135,7 +135,7 @@ bool(true)
135
135
-- Iteration 6 --
136
136
bool(true)
137
137
138
- Notice: session_encode(): Skipping numeric key -10 in %s on line %d
138
+ Notice: session_encode(): Skipping numeric key 18446744073709551606 in %s on line %d
139
139
bool(false)
140
140
bool(true)
141
141
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ bool(false)
45
45
bool(true)
46
46
bool(true)
47
47
48
- Notice: session_encode(): Skipping numeric key -1234567890 in %s on line %d
48
+ Notice: session_encode(): Skipping numeric key 18446744072474983726 in %s on line %d
49
49
bool(false)
50
50
bool(true)
51
51
Done
You can’t perform that action at this time.
0 commit comments