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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+
004+ Warning: imap_open(): Couldn't open stream {127.0.0.1/norsh}INBOX in /usr/local/php-7.2.0RC6/ext/imap/tests/imap_include.inc on line 70
005+ Cannot connect to IMAP server {127.0.0.1/norsh}: Connection failed to 127.0.0.1,143: Connection timed out
006+ TEST FAILED: Unable to create test mailbox
007+
008+ Notice: Unknown: Connection failed to 127.0.0.1,143: Connection timed out (errflg=2) in Unknown on line 0
003- Create a temporary mailbox and add 0 msgs
004- .. mailbox '%s' created
005- Add a couple of msgs to new mailbox {%s}INBOX.%s
006- bool(true)
007- bool(true)
008- Msg Count after append : 2
009- List the msg headers
010- array(2) {
011- [0]=>
012- string(%d) "%w%s 1)%s webmaster@something. Test message (%d chars)"
013- [1]=>
014- string(%d) "%w%s 2)%s webmaster@something. Another test (%d chars)"
015- }
016- ===Done===