Home
last modified time | relevance | path

Searched refs:imap_expunge (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/imap/tests/
H A Dimap_num_recent_error.phpt2 imap_expunge() incorrect parameter count
13 imap_expunge();
16 imap_expunge('');
17 imap_expunge(false);
22 Warning: imap_expunge() expects exactly 1 parameter, 0 given in %s on line %d
25 Warning: imap_expunge() expects parameter 1 to be resource, %unicode_string_optional% given in %s o…
27 Warning: imap_expunge() expects parameter 1 to be resource, boolean given in %s on line %d
/PHP-5.5/ext/imap/
H A Dphp_imap.h120 PHP_FUNCTION(imap_expunge);
H A Dphp_imap.c490 PHP_FE(imap_expunge, arginfo_imap_expunge)
1545 PHP_FUNCTION(imap_expunge) in PHP_FUNCTION() argument

Completed in 15 milliseconds