Skip to content

Commit ef7116d

Browse files
committed
sync tests with the latest format fixes
1 parent da15af8 commit ef7116d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/session/tests/session_encode_error2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ bool(true)
121121
-- Iteration 4 --
122122
bool(true)
123123

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
125125
bool(false)
126126
bool(true)
127127

@@ -135,7 +135,7 @@ bool(true)
135135
-- Iteration 6 --
136136
bool(true)
137137

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
139139
bool(false)
140140
bool(true)
141141

ext/session/tests/session_encode_variation6.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bool(false)
4545
bool(true)
4646
bool(true)
4747

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
4949
bool(false)
5050
bool(true)
5151
Done

0 commit comments

Comments
 (0)