--TEST-- Test imap_fetch_overview() function : usage variations - different resources as $stream_id --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing imap_fetch_overview() : usage variations *** -- File Resource opened with fopen() -- resource(%d) of type (stream) Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d bool(false) -- Directory Resource opened with opendir() -- resource(%d) of type (stream) Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d bool(false) ===DONE===