Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/tests/
H A Dimap_alerts_error.phpt2 Test imap_alerts() function : error conditions
9 /* Prototype : array imap_alerts(void)
10 … last page load or since the last imap_alerts() call, whichever came last. The alert stack is clea…
15 echo "*** Testing imap_alerts() : error conditions ***\n";
18 echo "\n-- Testing imap_alerts() function with one argument --\n";
20 var_dump( imap_alerts($extra_arg) );
25 *** Testing imap_alerts() : error conditions ***
27 -- Testing imap_alerts() function with one argument --
29 Warning: imap_alerts() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/imap/
H A Dphp_imap.h161 PHP_FUNCTION(imap_alerts);
H A Dphp_imap.c520 PHP_FE(imap_alerts, arginfo_imap_alerts)
4134 PHP_FUNCTION(imap_alerts) in PHP_FUNCTION() argument

Completed in 19 milliseconds