Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/tests/
H A Dimap_fetchstructure_errors.phpt2 imap_fetchstructure() errors: ValueError and Warnings
17 imap_fetchstructure($imap_mail_box, -1);
22 imap_fetchstructure($imap_mail_box, 1, -1);
28 var_dump(imap_fetchstructure($imap_mail_box, 255));
29 var_dump(imap_fetchstructure($imap_mail_box, 255, FT_UID));
42 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
43 imap_fetchstructure(): Argument #3 ($flags) must be FT_UID or 0
45 Warning: imap_fetchstructure(): Bad message number in %s on line %d
48 Warning: imap_fetchstructure(): UID does not exist in %s on line %d
H A Dimap_fetchstructure_uid.phpt2 imap_fetchstructure() passing a unique ID
17 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
18 imap_fetchstructure($stream_id,0);
23 $z = imap_fetchstructure($stream_id,1);
49 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
/PHP-8.1/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.php54 …function imap_fetchstructure(IMAP\Connection $imap, int $message_num, int $flags = 0): \stdClass|f… function
H A Dphp_imap.c1884 PHP_FUNCTION(imap_fetchstructure) in PHP_FUNCTION() argument

Completed in 22 milliseconds