Searched refs:imap_errors (Results 1 – 10 of 10) sorted by relevance
2 Test imap_errors() function : anonymous user not supported11 echo "*** Testing imap_errors() : anonymous user not supported ***\n";17 var_dump(imap_errors());21 *** Testing imap_errors() : anonymous user not supported ***
13 imap_errors(); // clear error stack15 var_dump(imap_errors() !== false);
14 if (is_array($errors = imap_errors())) {39 if (is_array($errors = imap_errors())) {
43 echo "imap_deletemailbox on new mailbox failed: " . implode("\n", imap_errors()) . "\n";47 echo "could not create new mailbox: " . implode("\n", imap_errors()) . "\n";
14 imap_errors();
34 imap_errors();
45 imap_errors();
397 ZEND_FUNCTION(imap_errors);489 ZEND_FE(imap_errors, arginfo_imap_errors)
534 function imap_errors(): array|false {}
3970 PHP_FUNCTION(imap_errors) in PHP_FUNCTION() argument
Completed in 20 milliseconds