Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/tests/
H A Dimap_fetchmime_errors.phpt2 imap_fetchmime() errors: ValueError and Warnings
19 imap_fetchmime($imap_mail_box, -1, $section);
24 imap_fetchmime($imap_mail_box, 1, $section, -1);
30 var_dump(imap_fetchmime($imap_mail_box, 255, $section));
31 var_dump(imap_fetchmime($imap_mail_box, 255, $section, FT_UID));
44 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0
45 imap_fetchmime(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
47 Warning: imap_fetchmime(): Bad message number in %s on line %d
50 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.2/ext/imap/
H A Dphp_imap_arginfo.h357 ZEND_FUNCTION(imap_fetchmime);
443 ZEND_FE(imap_fetchmime, arginfo_imap_fetchmime)
H A Dphp_imap.stub.php439 …function imap_fetchmime(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):…
H A Dphp_imap.c1805 PHP_FUNCTION(imap_fetchmime) in PHP_FUNCTION() argument

Completed in 18 milliseconds