Searched refs:imap_fetchstructure (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchstructure_errors.phpt | 2 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 D | imap_fetchstructure_uid.phpt | 2 imap_fetchstructure() passing a unique ID 17 var_dump(imap_fetchstructure($imap_mail_box, $uid, FT_UID) == imap_fetchstructure($imap_mail_box, $…
|
H A D | imap_fetchstructure_basic.phpt | 2 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.3/ext/imap/ |
H A D | php_imap_arginfo.h | 362 ZEND_FUNCTION(imap_fetchstructure); 448 ZEND_FE(imap_fetchstructure, arginfo_imap_fetchstructure)
|
H A D | php_imap.stub.php | 446 …function imap_fetchstructure(IMAP\Connection $imap, int $message_num, int $flags = 0): \stdClass|f…
|
H A D | php_imap.c | 1796 PHP_FUNCTION(imap_fetchstructure) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds