From 1c4d86e6d4e526207b65fcd21d4eebd00c29108c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 26 Nov 2006 16:31:57 +0000 Subject: [PATCH] MFB: Fixed test, in some versions of c-client returned value is always uppercase --- ext/imap/tests/imap_utf8.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/imap/tests/imap_utf8.phpt b/ext/imap/tests/imap_utf8.phpt index 81a25c85f7..d62769ee02 100644 --- a/ext/imap/tests/imap_utf8.phpt +++ b/ext/imap/tests/imap_utf8.phpt @@ -25,6 +25,6 @@ string(0) "" string(1) "1" Notice: Array to string conversion in %s on line %d -string(5) "Array" -string(4) "test" +string(5) "%s" +string(4) "%s" Done -- 2.50.1