Searched refs:imap_fetchheader (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | imap_fetchheader_errors.phpt | 2 imap_fetchheader() errors: ValueError and Warnings 15 imap_fetchheader($imap_mail_box, -1); 20 imap_fetchheader($imap_mail_box, 1, -1); 26 var_dump(imap_fetchheader($imap_mail_box, 255)); 27 var_dump(imap_fetchheader($imap_mail_box, 255, FT_UID)); 40 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0 41 imap_fetchheader(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTER… 43 Warning: imap_fetchheader(): Bad message number in %s on line %d 46 Warning: imap_fetchheader(): UID does not exist in %s on line %d
|
H A D | imap_fetchheader_variation5.phpt | 2 Test imap_fetchheader() function : usage variations - $message_num argument 11 * to test behaviour of imap_fetchheader() 14 echo "*** Testing imap_fetchheader() : usage variations ***\n"; 25 var_dump(imap_fetchheader($stream_id, $message_num)); 40 *** Testing imap_fetchheader() : usage variations *** 45 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0 49 Warning: imap_fetchheader(): Bad message number in %s on line %d
|
H A D | imap_fetchheader_basic.phpt | 2 Test imap_fetchheader() function : basic function 9 echo "*** Testing imap_fetchheader() : basic functionality ***\n"; 18 // Calling imap_fetchheader() with all possible arguments 24 var_dump(imap_fetchheader($stream_id, $msg_uid, $option)); 26 var_dump(imap_fetchheader($stream_id, $msg_no, $option)); 30 // Calling imap_fetchheader() with mandatory arguments 32 var_dump( imap_fetchheader($stream_id, $msg_no) ); 40 *** Testing imap_fetchheader() : basic functionality ***
|
H A D | imap_fetchheader_variation3.phpt | 2 Test imap_fetchheader() function : usage variations - FT_UID option 10 * Test if FT_UID is set by passing the following as $flags argument to imap_fetchheader(): 15 echo "*** Testing imap_fetchheader() : usage variations ***\n"; 34 if (is_string(imap_fetchheader($stream_id, $msg_uid, $option))) { 51 *** Testing imap_fetchheader() : usage variations *** 68 imap_fetchheader(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTER… 71 imap_fetchheader(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTER…
|
H A D | imap_fetchheader_uid.phpt | 2 imap_fetchheader() passing a unique ID 14 var_dump(imap_fetchheader($imap_mail_box, $uid, FT_UID) === imap_fetchheader($imap_mail_box, $msg_n…
|
/PHP-8.0/ext/standard/tests/mail/ |
H A D | bug80706.phpt | 34 $header = imap_fetchheader($imap_stream, $i);
|
H A D | bug80751.phpt | 34 $header = imap_fetchheader($imap_stream, $i);
|
/PHP-8.0/ext/imap/ |
H A D | php_imap_arginfo.h | 356 ZEND_FUNCTION(imap_fetchheader); 441 ZEND_FE(imap_fetchheader, arginfo_imap_fetchheader)
|
H A D | php_imap.stub.php | 66 function imap_fetchheader($imap, int $message_num, int $flags = 0): string|false {} function
|
H A D | php_imap.c | 2759 PHP_FUNCTION(imap_fetchheader) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds