summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-08 12:08:35 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-08 12:08:35 +0200
commit2e7247c5584f00d6b8232b18d8a5d3167ef593b5 (patch)
treed16fc584f72c3374dc253b90058a9fbca3a49e58
parentff3878adeb5e73e514a0f7a1cb367a3b350301c9 (diff)
parent1895bf7b94404bb7f54ea507c44f40c381ae37d1 (diff)
downloadphp-git-2e7247c5584f00d6b8232b18d8a5d3167ef593b5.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix too strict imap test expectations
-rw-r--r--ext/imap/tests/bug77020.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/bug77020.phpt b/ext/imap/tests/bug77020.phpt
index 8a65232eec..357b75333a 100644
--- a/ext/imap/tests/bug77020.phpt
+++ b/ext/imap/tests/bug77020.phpt
@@ -11,5 +11,5 @@ imap_mail('1', 1, NULL);
===DONE===
--EXPECTF--
Warning: imap_mail(): No message string in mail command in %s on line %d
-%s
+%A
===DONE===