Searched refs:msg_uid (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchbody_basic.phpt | 35 $msg_uid = imap_uid($stream_id, $msg_no); 36 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) );
|
H A D | imap_fetchheader_basic.phpt | 25 $msg_uid = imap_uid($stream_id, $msg_no); 26 var_dump(imap_fetchheader($stream_id, $msg_uid, $option));
|
/PHP-8.3/ext/imap/tests/setup/ |
H A D | imap_include.inc | 133 function setup_test_mailbox_for_uid_tests(string $mailbox_suffix, &$msg_no = null, &$msg_uid = null) 144 $msg_uid = 9;
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 2725 zend_long msg_uid; in PHP_FUNCTION() local 2728 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &imap_conn_obj, php_imap_ce, &msg_uid) == FAILURE… in PHP_FUNCTION() 2735 if (msg_uid < 1) { in PHP_FUNCTION() 2740 RETURN_LONG(mail_msgno(imap_conn_struct->imap_stream, msg_uid)); in PHP_FUNCTION()
|
Completed in 22 milliseconds