Home
last modified time | relevance | path

Searched refs:imap_fetch_overview (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt2 Test imap_fetch_overview() function : basic functionality
11 echo "*** Testing imap_fetch_overview() : basic functionality ***\n";
22 // Calling imap_fetch_overview() with all possible arguments
24 $a = imap_fetch_overview($stream_id, "$msg_no", $options) ;
28 // Calling imap_fetch_overview() with mandatory arguments
30 $a = imap_fetch_overview($stream_id, '1:2') ;
49 *** Testing imap_fetch_overview() : basic functionality ***
H A Dimap_fetch_overview_uid.phpt2 imap_fetch_overview() passing a unique ID
17 var_dump(imap_fetch_overview($imap_mail_box, $uid, FT_UID) == imap_fetch_overview($imap_mail_box, $…
H A Dimap_fetch_overview_variation6.phpt2 Test imap_fetch_overview() function : usage variations - multipart message
12 * Pass a multipart message to imap_fetch_overview() to test the contents of returned array
15 echo "*** Testing imap_fetch_overview() : usage variations ***\n";
26 $a = imap_fetch_overview($stream_id, $msg_no);
91 *** Testing imap_fetch_overview() : usage variations ***
H A Dimap_fetch_overview_variation5.phpt2 Test imap_fetch_overview() function : usage variations - $msg_no argument
13 * of imap_fetch_overview()
16 echo "*** Testing imap_fetch_overview() : usage variations ***\n";
33 $overview = imap_fetch_overview($stream_id, $msg_no);
53 *** Testing imap_fetch_overview() : usage variations ***
H A Dimap_fetchbody_basic.phpt41 $overview = imap_fetch_overview($stream_id, 1);
56 $overview = imap_fetch_overview($stream_id, 1);
/PHP-8.1/ext/imap/
H A Dphp_imap_arginfo.h390 ZEND_FUNCTION(imap_fetch_overview);
481 ZEND_FE(imap_fetch_overview, arginfo_imap_fetch_overview)
H A Dphp_imap.stub.php138 …function imap_fetch_overview(IMAP\Connection $imap, string $sequence, int $flags = 0): array|false… function
H A Dphp_imap.c2948 PHP_FUNCTION(imap_fetch_overview) in PHP_FUNCTION() argument
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc33 * Display all fields in an element from an imap_fetch_overview() response

Completed in 23 milliseconds