Home
last modified time | relevance | path

Searched refs:imap_fetchmime (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dimap_fetchmime_errors.phpt2 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 Dimap_fetchmime_uid.phpt2 imap_fetchmime() passing a unique ID
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h354 ZEND_FUNCTION(imap_fetchmime);
439 ZEND_FE(imap_fetchmime, arginfo_imap_fetchmime)
H A Dphp_imap.stub.php57 function imap_fetchmime($imap, int $message_num, string $section, int $flags = 0): string|false {} function
H A Dphp_imap.c1976 PHP_FUNCTION(imap_fetchmime) in PHP_FUNCTION() argument

Completed in 18 milliseconds