Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dimap_num_msg_error.phpt2 imap_num_msg() incorrect parameter count
13 imap_num_msg();
16 imap_num_msg('');
17 imap_num_msg(false);
22 Warning: imap_num_msg() expects exactly 1 parameter, 0 given in %s on line %d
25 Warning: imap_num_msg() expects parameter 1 to be resource, string given in %s on line %d
27 Warning: imap_num_msg() expects parameter 1 to be resource, bool given in %s on line %d
H A Dimap_close_basic.phpt34 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-7.4/ext/imap/
H A Dphp_imap.h124 PHP_FUNCTION(imap_num_msg);
H A Dphp_imap.c474 PHP_FE(imap_num_msg, arginfo_imap_num_msg)
1390 PHP_FUNCTION(imap_num_msg) in PHP_FUNCTION() argument

Completed in 22 milliseconds