Searched refs:imap_fetchstructure (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | imap_fetchstructure_errors.phpt | 2 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 D | imap_fetchstructure_uid.phpt | 2 imap_fetchstructure() passing a unique ID 15 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 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 D | php_imap_arginfo.h | 357 ZEND_FUNCTION(imap_fetchstructure); 442 ZEND_FE(imap_fetchstructure, arginfo_imap_fetchstructure)
|
H A D | php_imap.stub.php | 69 function imap_fetchstructure($imap, int $message_num, int $flags = 0): stdClass|false {} function
|
H A D | php_imap.c | 1899 PHP_FUNCTION(imap_fetchstructure) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds