Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/tests/
H A Dimap_open_with_cl_expunge.phpt28 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_reopen_with_cl_expunge.phpt32 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_close_basic.phpt31 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
H A Dimap_close_variation4.phpt46 $num_msg = imap_num_msg($imap_stream);
/PHP-8.2/ext/imap/
H A Dphp_imap_arginfo.h347 ZEND_FUNCTION(imap_num_msg);
432 ZEND_FE(imap_num_msg, arginfo_imap_num_msg)
H A Dphp_imap.stub.php416 function imap_num_msg(IMAP\Connection $imap): int|false {}
H A Dphp_imap.c852 PHP_FUNCTION(imap_num_msg) in PHP_FUNCTION() argument

Completed in 20 milliseconds