Test: /ext/imap/tests/imap_fetchheader_variation5.phpt - Version 7.4.6    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
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===
1 (50%)
002+ 003+ Warning: imap_open(): Couldn't open stream {127.0.0.1/norsh}INBOX in /usr/local/php-7.4.6/ext/imap/tests/imap_include.inc on line 70 004+ Cannot connect to IMAP server {127.0.0.1/norsh}: Connection failed to 127.0.0.1,143: Connection timed out 002- Create a temporary mailbox and add 3 msgs 003- .. mailbox '{%s}%s' created 007- Warning: imap_fetchheader(): Bad message number in %s on line %d 008- bool(false) 008+ Warning: imap_fetchheader() expects parameter 1 to be resource, bool given in %s/imap_fetchheader_variation5.php on line 24 009+ NULL 010+ Connection failed to 127.0.0.1,143: Connection timed out 010- 013- Warning: imap_fetchheader(): Bad message number in %s on line %d 014- bool(false) 014+ Warning: imap_fetchheader() expects parameter 1 to be resource, bool given in %s/imap_fetchheader_variation5.php on line 24 015+ NULL 016+ Connection failed to 127.0.0.1,143: Connection timed out 017- -- $msg_no is 1,3 -- 018+ -- $msg_no is 1,3 -- 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 020+ Warning: imap_fetchheader() expects parameter 1 to be resource, bool given in %s/imap_fetchheader_variation5.php on line 24 021+ NULL 022+ Connection failed to 127.0.0.1,143: Connection timed out 023+ 024+ -- $msg_no is 1:3 -- 026+ Warning: imap_fetchheader() expects parameter 1 to be resource, bool given in %s/imap_fetchheader_variation5.php on line 24 027+ NULL 028+ Connection failed to 127.0.0.1,143: Connection timed out 029+ ===DONE=== 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===