--TEST-- Test imap_fetchbody() function : usage variations - $msg_no arg --SKIPIF-- --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- *** Testing imap_fetchbody() : usage variations *** Create a temporary mailbox and add 3 msgs .. mailbox '{localhost/norsh}INBOX.phpttest' created -- $msg_no is 0 -- Warning: imap_fetchbody(): Bad message number in %s on line %d bool(false) -- $msg_no is 4 -- Warning: imap_fetchbody(): Bad message number in %s on line %d bool(false) -- $msg_no is 1,3 -- Notice: A non well formed numeric value encountered in %s on line %d %unicode|string%(%d) "1: this is a test message, please ignore%a" -- $msg_no is 1:3 -- Notice: A non well formed numeric value encountered in %s on line %d %unicode|string%(%d) "1: this is a test message, please ignore%a" ===DONE===