Searched refs:imap_fetchmime (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | imap_fetchmime_errors.phpt | 2 imap_fetchmime() errors: ValueError and Warnings 17 imap_fetchmime($imap_mail_box, -1, $section); 22 imap_fetchmime($imap_mail_box, 1, $section, -1); 28 var_dump(imap_fetchmime($imap_mail_box, 255, $section)); 29 var_dump(imap_fetchmime($imap_mail_box, 255, $section, FT_UID)); 42 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0 43 imap_fetchmime(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL 45 Warning: imap_fetchmime(): Bad message number in %s on line %d 48 Warning: imap_fetchmime(): UID does not exist in %s on line %d
|
H A D | imap_fetchmime_uid.phpt | 2 imap_fetchmime() passing a unique ID
|
/PHP-8.0/ext/imap/ |
H A D | php_imap_arginfo.h | 354 ZEND_FUNCTION(imap_fetchmime); 439 ZEND_FE(imap_fetchmime, arginfo_imap_fetchmime)
|
H A D | php_imap.stub.php | 57 function imap_fetchmime($imap, int $message_num, string $section, int $flags = 0): string|false {} function
|
H A D | php_imap.c | 1976 PHP_FUNCTION(imap_fetchmime) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds