Home
last modified time | relevance | path

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

/PHP-5.5/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, %unicode_string_optional% given in %s on lin…
33 Warning: imap_gc() expects parameter 1 to be resource, boolean given in %s on line %d
35 Warning: imap_gc(): invalid value for the flags parameter in %s on line %d
/PHP-5.5/ext/imap/
H A Dphp_imap.h119 PHP_FUNCTION(imap_gc);
H A Dphp_imap.c489 PHP_FE(imap_gc, arginfo_imap_gc)
1564 PHP_FUNCTION(imap_gc) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS5850 . Added imap_gc() to clear the imap cache

Completed in 46 milliseconds