Searched refs:message_num (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/imap/tests/ |
H A D | imap_fetchbody_variation6.phpt | 2 Test imap_fetchbody() function : usage variations - $message_num arg 12 * Pass different integers, strings, msg sequences and msg UIDs as $message_num argument 26 foreach($sequences as $message_num) { 27 echo "\n-- \$message_num is $message_num --\n"; 29 var_dump(imap_fetchbody($stream_id, $message_num, $section)); 45 -- $message_num is 0 -- 46 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0 48 -- $message_num is 4 -- 53 -- $message_num is 1 --
|
H A D | imap_fetchheader_variation5.phpt | 2 Test imap_fetchheader() function : usage variations - $message_num argument 12 * Pass different integers and strings as $message_num argument 24 foreach($sequences as $message_num) { 25 echo "\n-- \$message_num is $message_num --\n"; 27 var_dump(imap_fetchheader($stream_id, $message_num)); 46 -- $message_num is 0 -- 47 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0 49 -- $message_num is 4 -- 54 -- $message_num is 1 --
|
H A D | imap_fetchstructure_errors.phpt | 42 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
|
H A D | imap_body_errors.phpt | 45 imap_body(): Argument #2 ($message_num) must be greater than 0
|
H A D | imap_fetchbody_errors.phpt | 44 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0
|
H A D | imap_fetchheader_errors.phpt | 42 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0
|
H A D | imap_fetchmime_errors.phpt | 44 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0
|
H A D | imap_savebody_errors.phpt | 44 imap_savebody(): Argument #3 ($message_num) must be greater than 0
|
H A D | imap_fetchstructure_basic.phpt | 49 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.stub.php | 422 …function imap_headerinfo(IMAP\Connection $imap, int $message_num, int $from_length = 0, int $subje… argument 430 function imap_body(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} 433 … function imap_fetchtext(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} 435 …function imap_bodystruct(IMAP\Connection $imap, int $message_num, string $section): \stdClass|fals… 437 …function imap_fetchbody(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… 439 …function imap_fetchmime(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… 442 …function imap_savebody(IMAP\Connection $imap, $file, int $message_num, string $section = "", int $… 444 …function imap_fetchheader(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} 446 …function imap_fetchstructure(IMAP\Connection $imap, int $message_num, int $flags = 0): \stdClass|f… 512 function imap_uid(IMAP\Connection $imap, int $message_num): int|false {}
|
H A D | php_imap_arginfo.h | 43 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 66 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 74 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 80 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 90 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 99 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0) 222 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
|
Completed in 12 milliseconds