Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dimap_gc_error.phpt2 imap_gc() incorrect parameter count
13 imap_gc();
16 imap_gc('', false);
17 imap_gc(false, false);
22 imap_gc($stream_id, -1);
28 Warning: imap_gc() expects exactly 2 parameters, 0 given in %s on line %d
31 Warning: imap_gc() expects parameter 1 to be resource, string given in %s on line %d
33 Warning: imap_gc() expects parameter 1 to be resource, bool given in %s on line %d
35 Warning: imap_gc(): invalid value for the flags parameter in %s on line %d
/PHP-7.4/ext/imap/
H A Dphp_imap.h134 PHP_FUNCTION(imap_gc);
H A Dphp_imap.c488 PHP_FE(imap_gc, arginfo_imap_gc)
1607 PHP_FUNCTION(imap_gc) in PHP_FUNCTION() argument

Completed in 14 milliseconds