Test: /ext/imap/tests/imap_fetchheader_variation5.phpt - Version 7.2.0RC6    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002- Create a temporary mailbox and add 3 msgs
003- .. mailbox '{%s}%s' created
003+ ** ERROR: process timed out **
005- -- $msg_no is 0 --
006-
007- Warning: imap_fetchheader(): Bad message number in %s on line %d
008- bool(false)
009-
010-
011- -- $msg_no is 4 --
012-
013- Warning: imap_fetchheader(): Bad message number in %s on line %d
014- bool(false)
015-
016-
017- -- $msg_no is 1,3 --
018-
019- Notice: A non well formed numeric value encountered in %s on line %d
020- string(%d) "From: foo@anywhere.com
021- Subject: Test msg 1
022- To: %s
023- MIME-Version: 1.0
024- Content-Type: MULTIPART/mixed; BOUNDARY="%s"
025-
026- "
027-
028- -- $msg_no is 1:3 --
029-
030- Notice: A non well formed numeric value encountered in %s on line %d
031- string(%d) "From: foo@anywhere.com
032- Subject: Test msg 1
033- To: %s
034- MIME-Version: 1.0
035- Content-Type: MULTIPART/mixed; BOUNDARY="%s"
036-
037- "
038- ===DONE===