Skip to content

Commit 48736dd

Browse files
committed
Merge branch 'PHP-7.4' into master
* PHP-7.4: Fix too strict imap test expectations
2 parents f5afc2c + 2e7247c commit 48736dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/imap/tests/imap_fetchbody_variation6.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Warning: imap_fetchbody(): Bad message number in %s on line %d
4848
bool(false)
4949

5050
-- $msg_no is 1 --
51-
string(42) "1: this is a test message, please ignore
52-
"
51+
string(%s) "1: this is a test message, please ignore
52+
%S"

ext/imap/tests/imap_fetchheader_variation5.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bool(false)
5151
-- $msg_no is 1 --
5252
string(%d) "From: [email protected]
5353
Subject: Test msg 1
54-
54+
To: %s
5555
MIME-Version: 1.0
5656
Content-Type: MULTIPART/mixed; BOUNDARY="%s=:%d"
5757

0 commit comments

Comments
 (0)