Searched refs:imap_fetchheader (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchheader_errors.phpt | 2 imap_fetchheader() errors: ValueError and Warnings 17 imap_fetchheader($imap_mail_box, -1); 22 imap_fetchheader($imap_mail_box, 1, -1); 28 var_dump(imap_fetchheader($imap_mail_box, 255)); 29 var_dump(imap_fetchheader($imap_mail_box, 255, FT_UID)); 42 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0 43 imap_fetchheader(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTER… 45 Warning: imap_fetchheader(): Bad message number in %s on line %d 48 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 13 * to test behaviour of imap_fetchheader() 16 echo "*** Testing imap_fetchheader() : usage variations ***\n"; 27 var_dump(imap_fetchheader($stream_id, $message_num)); 42 *** Testing imap_fetchheader() : usage variations *** 47 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0 51 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 11 echo "*** Testing imap_fetchheader() : basic functionality ***\n"; 20 // Calling imap_fetchheader() with all possible arguments 26 var_dump(imap_fetchheader($stream_id, $msg_uid, $option)); 28 var_dump(imap_fetchheader($stream_id, $msg_no, $option)); 32 // Calling imap_fetchheader() with mandatory arguments 34 var_dump( imap_fetchheader($stream_id, $msg_no) ); 42 *** Testing imap_fetchheader() : basic functionality ***
|
H A D | imap_fetchheader_uid.phpt | 2 imap_fetchheader() passing a unique ID 16 var_dump(imap_fetchheader($imap_mail_box, $uid, FT_UID) === imap_fetchheader($imap_mail_box, $msg_n…
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | bug80706.phpt | 38 $header = imap_fetchheader($imap_stream, $i);
|
H A D | bug80751.phpt | 38 $header = imap_fetchheader($imap_stream, $i);
|
/PHP-8.3/ext/imap/ |
H A D | php_imap_arginfo.h | 361 ZEND_FUNCTION(imap_fetchheader); 447 ZEND_FE(imap_fetchheader, arginfo_imap_fetchheader)
|
H A D | php_imap.stub.php | 444 …function imap_fetchheader(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {}
|
H A D | php_imap.c | 2677 PHP_FUNCTION(imap_fetchheader) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds