Searched refs:mbox (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/imap/tests/setup/ |
H A D | skipif.inc | 7 $mbox = @imap_open(IMAP_SERVER, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, $options, $retries); 8 if (!$mbox) { 11 imap_close($mbox);
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 20 $mbox = @imap_open($mailbox, $username, $password, $options, $retries); 21 if (!$mbox) { 24 imap_close($mbox);
|
/PHP-8.3/ext/imap/tests/ |
H A D | imap_errors_basic.phpt | 14 $mbox = @imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_ANONYMOUS…
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 911 zend_string *mbox; in PHP_FUNCTION() local 914 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &imap_conn_obj, php_imap_ce, &mbox) == FAILURE) { in PHP_FUNCTION() 925 if (!imap_getquotaroot(imap_conn_struct->imap_stream, ZSTR_VAL(mbox))) { in PHP_FUNCTION()
|
Completed in 23 milliseconds