Home
last modified time | relevance | path

Searched refs:imap_fetchstructure (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dimap_fetchstructure_errors.phpt2 imap_fetchstructure() errors: ValueError and Warnings
15 imap_fetchstructure($imap_mail_box, -1);
20 imap_fetchstructure($imap_mail_box, 1, -1);
26 var_dump(imap_fetchstructure($imap_mail_box, 255));
27 var_dump(imap_fetchstructure($imap_mail_box, 255, FT_UID));
40 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
41 imap_fetchstructure(): Argument #3 ($flags) must be FT_UID or 0
43 Warning: imap_fetchstructure(): Bad message number in %s on line %d
46 Warning: imap_fetchstructure(): UID does not exist in %s on line %d
H A Dimap_fetchstructure_uid.phpt2 imap_fetchstructure() passing a unique ID
15 var_dump(imap_fetchstructure($imap_mail_box, $uid, FT_UID) == imap_fetchstructure($imap_mail_box, $…
H A Dimap_fetchstructure_basic.phpt2 imap_fetchstructure() function : basic functionality
16 imap_fetchstructure($stream_id,0);
21 $z = imap_fetchstructure($stream_id,1);
47 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h357 ZEND_FUNCTION(imap_fetchstructure);
442 ZEND_FE(imap_fetchstructure, arginfo_imap_fetchstructure)
H A Dphp_imap.stub.php69 function imap_fetchstructure($imap, int $message_num, int $flags = 0): stdClass|false {} function
H A Dphp_imap.c1899 PHP_FUNCTION(imap_fetchstructure) in PHP_FUNCTION() argument

Completed in 20 milliseconds