Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt2 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 Dimap_fetchheader_variation5.phpt2 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 Dimap_fetchstructure_errors.phpt42 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
H A Dimap_body_errors.phpt45 imap_body(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchheader_errors.phpt42 imap_fetchheader(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchmime_errors.phpt44 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0
H A Dimap_fetchbody_errors.phpt44 imap_fetchbody(): Argument #2 ($message_num) must be greater than 0
H A Dimap_savebody_errors.phpt44 imap_savebody(): Argument #3 ($message_num) must be greater than 0
H A Dimap_fetchstructure_basic.phpt49 imap_fetchstructure(): Argument #2 ($message_num) must be greater than 0
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php30 …function imap_headerinfo(IMAP\Connection $imap, int $message_num, int $from_length = 0, int $subje… argument
38 function imap_body(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
41 … function imap_fetchtext(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
43 …function imap_bodystruct(IMAP\Connection $imap, int $message_num, string $section): \stdClass|fals… argument
45 …function imap_fetchbody(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… argument
47 …function imap_fetchmime(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… argument
50 …function imap_savebody(IMAP\Connection $imap, $file, int $message_num, string $section = "", int $… argument
52 …function imap_fetchheader(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
54 …function imap_fetchstructure(IMAP\Connection $imap, int $message_num, int $flags = 0): \stdClass|f… argument
120 function imap_uid(IMAP\Connection $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 15 milliseconds