Home
last modified time | relevance | path

Searched refs:imap_errors (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_errors_basic.phpt2 Test imap_errors() function : anonymous user not supported
11 echo "*** Testing imap_errors() : anonymous user not supported ***\n";
17 var_dump(imap_errors());
21 *** Testing imap_errors() : anonymous user not supported ***
H A Dbug64076.phpt13 imap_errors(); // clear error stack
15 var_dump(imap_errors() !== false);
H A Dbug63126.phpt14 if (is_array($errors = imap_errors())) {
39 if (is_array($errors = imap_errors())) {
H A Dimap_createmailbox_basic.phpt43 echo "imap_deletemailbox on new mailbox failed: " . implode("\n", imap_errors()) . "\n";
47 echo "could not create new mailbox: " . implode("\n", imap_errors()) . "\n";
H A Dbug77153.phpt14 imap_errors();
H A Dimap_fetchheader_variation5.phpt34 imap_errors();
H A Dimap_fetch_overview_variation5.phpt45 imap_errors();
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h397 ZEND_FUNCTION(imap_errors);
489 ZEND_FE(imap_errors, arginfo_imap_errors)
H A Dphp_imap.stub.php534 function imap_errors(): array|false {}
H A Dphp_imap.c3970 PHP_FUNCTION(imap_errors) in PHP_FUNCTION() argument

Completed in 29 milliseconds