Home
last modified time | relevance | path

Searched refs:imap_num_msg (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dimap_open_with_cl_expunge.phpt26 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_reopen_with_cl_expunge.phpt30 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_close_basic.phpt29 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_close_variation4.phpt44 $num_msg = imap_num_msg($imap_stream);
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h344 ZEND_FUNCTION(imap_num_msg);
428 ZEND_FE(imap_num_msg, arginfo_imap_num_msg)
H A Dphp_imap.stub.php21 function imap_num_msg($imap): int|false {} function
H A Dphp_imap.c965 PHP_FUNCTION(imap_num_msg) in PHP_FUNCTION() argument

Completed in 28 milliseconds