Searched refs:imap_fetch_overview (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | imap_fetch_overview_variation3.phpt | 2 Test imap_fetch_overview() function : usage variations - FT_UID option 10 * Test passing a range of values into the $flags argument to imap_fetch_overview(): 15 echo "*** Testing imap_fetch_overview() : usage variations ***\n"; 37 $overview = imap_fetch_overview($stream_id, $msg_uid, $option); 39 echo "imap_fetch_overview() returns an object\n"; 53 *** Testing imap_fetch_overview() : usage variations *** 58 imap_fetch_overview() returns an object 61 imap_fetch_overview() returns an object 64 imap_fetch_overview() returns an object 67 imap_fetch_overview() returns an object [all …]
|
H A D | imap_fetch_overview_basic.phpt | 2 Test imap_fetch_overview() function : basic functionality 9 echo "*** Testing imap_fetch_overview() : basic functionality ***\n"; 20 // Calling imap_fetch_overview() with all possible arguments 22 $a = imap_fetch_overview($stream_id, "$msg_no", $options) ; 26 // Calling imap_fetch_overview() with mandatory arguments 28 $a = imap_fetch_overview($stream_id, '1:2') ; 47 *** Testing imap_fetch_overview() : basic functionality ***
|
H A D | imap_fetch_overview_uid.phpt | 2 imap_fetch_overview() passing a unique ID 15 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 10 * Pass a multipart message to imap_fetch_overview() to test the contents of returned array 13 echo "*** Testing imap_fetch_overview() : usage variations ***\n"; 24 $a = imap_fetch_overview($stream_id, $msg_no); 89 *** 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 11 * of imap_fetch_overview() 14 echo "*** Testing imap_fetch_overview() : usage variations ***\n"; 31 $overview = imap_fetch_overview($stream_id, $msg_no); 51 *** Testing imap_fetch_overview() : usage variations ***
|
H A D | imap_fetchbody_basic.phpt | 39 $overview = imap_fetch_overview($stream_id, 1); 54 $overview = imap_fetch_overview($stream_id, 1);
|
/PHP-8.0/ext/imap/ |
H A D | php_imap_arginfo.h | 390 ZEND_FUNCTION(imap_fetch_overview); 481 ZEND_FE(imap_fetch_overview, arginfo_imap_fetch_overview)
|
H A D | php_imap.stub.php | 209 function imap_fetch_overview($imap, string $sequence, int $flags = 0): array|false {} function
|
H A D | php_imap.c | 2987 PHP_FUNCTION(imap_fetch_overview) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/imap/tests/setup/ |
H A D | imap_include.inc | 33 * Display all fields in an element from an imap_fetch_overview() response
|
Completed in 26 milliseconds