Searched refs:imap_fetch_overview (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetch_overview_basic.phpt | 2 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 D | imap_fetch_overview_uid.phpt | 2 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 D | imap_fetch_overview_variation6.phpt | 2 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 D | imap_fetch_overview_variation5.phpt | 2 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 D | imap_fetchbody_basic.phpt | 41 $overview = imap_fetch_overview($stream_id, 1); 56 $overview = imap_fetch_overview($stream_id, 1);
|
/PHP-8.3/ext/imap/tests/setup/ |
H A D | imap_include.inc | 33 * Display all fields in an element from an imap_fetch_overview() response
|
/PHP-8.3/ext/imap/ |
H A D | php_imap_arginfo.h | 395 ZEND_FUNCTION(imap_fetch_overview); 487 ZEND_FE(imap_fetch_overview, arginfo_imap_fetch_overview)
|
H A D | php_imap.stub.php | 530 …function imap_fetch_overview(IMAP\Connection $imap, string $sequence, int $flags = 0): array|false…
|
H A D | php_imap.c | 3055 PHP_FUNCTION(imap_fetch_overview) in PHP_FUNCTION() argument
|
Completed in 35 milliseconds