Skip to content

Commit bb2ccc9

Browse files
committed
fix tests
1 parent 968d49a commit bb2ccc9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ext/session/tests/session_encode_error2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ bool(true)
220220

221221
-- Iteration 20 --
222222
bool(true)
223-
string(33) "Hello World!|s:12:"Hello World!";"
223+
bool(false)
224224
bool(true)
225225

226226
-- Iteration 21 --

ext/standard/tests/general_functions/phpinfo.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Zend Memory Manager => %s
3838
Zend Multibyte Support => %s
3939
IPv6 Support => %s
4040
DTrace Support => %s
41+
4142
Registered PHP Streams => %s
4243
Registered Stream Socket Transports => %s
4344
Registered Stream Filters => %s

ext/sysvmsg/tests/006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool(true)
3737
bool(true)
3838
bool(true)
3939
bool(false)
40-
Sending/receiving '%d':
40+
Sending/receiving '%s':
4141
bool(true)
4242
bool(true)
4343
bool(true)

0 commit comments

Comments
 (0)