Home
last modified time | relevance | path

Searched refs:msg_uid (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt35 $msg_uid = imap_uid($stream_id, $msg_no);
36 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) );
H A Dimap_fetchheader_basic.phpt25 $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 Dimap_include.inc133 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 Dphp_imap.c2725 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 104 milliseconds