Home
last modified time | relevance | path

Searched refs:message_num (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt2 Test imap_fetchbody() function : usage variations - $message_num arg
10 * Pass different integers, strings, msg sequences and msg UIDs as $message_num argument
24 foreach($sequences as $message_num) {
25 echo "\n-- \$message_num is $message_num --\n";
27 var_dump(imap_fetchbody($stream_id, $message_num, $section));
43 -- $message_num is 0 --
44 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0
46 -- $message_num is 4 --
51 -- $message_num is 1 --
H A Dimap_fetchheader_variation5.phpt2 Test imap_fetchheader() function : usage variations - $message_num argument
10 * Pass different integers and strings as $message_num argument
22 foreach($sequences as $message_num) {
23 echo "\n-- \$message_num is $message_num --\n";
25 var_dump(imap_fetchheader($stream_id, $message_num));
44 -- $message_num is 0 --
45 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0
47 -- $message_num is 4 --
52 -- $message_num is 1 --
H A Dimap_fetchstructure_errors.phpt40 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchheader_errors.phpt40 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchmime_errors.phpt42 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0
H A Dimap_savebody_errors.phpt42 imap_savebody(): Argument #3 ($message_num) must be greater than 0
H A Dimap_fetchbody_errors.phpt42 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0
H A Dimap_body_errors.phpt43 imap_body(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchstructure_basic.phpt47 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php30 function imap_headerinfo($imap, int $message_num, int $from_length = 0, int $subject_length = 0): s… argument
39 function imap_body($imap, int $message_num, int $flags = 0): string|false {} argument
45 function imap_fetchtext($imap, int $message_num, int $flags = 0): string|false {} argument
51 function imap_bodystruct($imap, int $message_num, string $section) {} argument
54 function imap_fetchbody($imap, int $message_num, string $section, int $flags = 0): string|false {} argument
57 function imap_fetchmime($imap, int $message_num, string $section, int $flags = 0): string|false {} argument
63 function imap_savebody($imap, $file, int $message_num, string $section = "", int $flags = 0): bool … argument
66 function imap_fetchheader($imap, int $message_num, int $flags = 0): string|false {} argument
69 function imap_fetchstructure($imap, int $message_num, int $flags = 0): stdClass|false {} argument
179 function imap_uid($imap, int $message_num): int|false {} argument
H A Dphp_imap_arginfo.h39 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
62 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
70 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
76 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
86 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
95 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)
220 ZEND_ARG_TYPE_INFO(0, message_num, IS_LONG, 0)

Completed in 54 milliseconds