Searched refs:imap_fetchbody (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchbody_errors.phpt | 2 imap_fetchbody() errors: ValueError and Warnings 19 imap_fetchbody($imap_mail_box, -1, $section); 24 imap_fetchbody($imap_mail_box, 1, $section, -1); 30 var_dump(imap_fetchbody($imap_mail_box, 255, $section)); 31 var_dump(imap_fetchbody($imap_mail_box, 255, $section, FT_UID)); 44 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0 45 imap_fetchbody(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL 47 Warning: imap_fetchbody(): Bad message number in %s on line %d 50 Warning: imap_fetchbody(): UID does not exist in %s on line %d
|
H A D | imap_fetchbody_basic.phpt | 2 Test imap_fetchbody() function : basic functionality 16 echo "*** Testing imap_fetchbody() : basic functionality ***\n"; 28 // Calling imap_fetchbody() with all possible arguments 36 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) ); 40 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 47 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 53 // Calling imap_fetchbody() with mandatory arguments 55 var_dump( imap_fetchbody($stream_id, $msg_no, $section) ); 66 *** Testing imap_fetchbody() : basic functionality ***
|
H A D | imap_fetchbody_variation6.phpt | 2 Test imap_fetchbody() function : usage variations - $message_num arg 13 * to test behaviour of imap_fetchbody() 16 echo "*** Testing imap_fetchbody() : usage variations ***\n"; 29 var_dump(imap_fetchbody($stream_id, $message_num, $section)); 41 *** Testing imap_fetchbody() : usage variations *** 46 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0 50 Warning: imap_fetchbody(): Bad message number in %s on line %d
|
H A D | imap_fetchbody_uid.phpt | 2 imap_fetchbody() passing a unique ID 17 var_dump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, …
|
H A D | imap_fetchmime_uid.phpt | 17 var_dump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, …
|
/PHP-8.3/ext/imap/ |
H A D | php_imap_arginfo.h | 358 ZEND_FUNCTION(imap_fetchbody); 444 ZEND_FE(imap_fetchbody, arginfo_imap_fetchbody)
|
H A D | php_imap.stub.php | 437 …function imap_fetchbody(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):…
|
H A D | php_imap.c | 1832 PHP_FUNCTION(imap_fetchbody) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds