Home
last modified time | relevance | path

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

/PHP-7.4/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, string given in %s on line %d
27 Warning: imap_expunge() expects parameter 1 to be resource, bool given in %s on line %d
/PHP-7.4/ext/imap/
H A Dphp_imap.h135 PHP_FUNCTION(imap_expunge);
H A Dphp_imap.c489 PHP_FE(imap_expunge, arginfo_imap_expunge)
1586 PHP_FUNCTION(imap_expunge) in PHP_FUNCTION() argument

Completed in 16 milliseconds