Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/tests/setup/
H A Dskipif.inc9 $mbox = @imap_open(IMAP_SERVER, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, $options, $retries);
10 if (!$mbox) {
13 imap_close($mbox);
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_skipif.inc21 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
22 if (!$mbox) {
25 imap_close($mbox);
/PHP-8.0/ext/imap/tests/
H A Dimap_errors_basic.phpt14 $mbox = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, $password, OP_READONLY, 1);
/PHP-8.0/ext/imap/
H A Dphp_imap.c1051 zend_string *mbox; in PHP_FUNCTION() local
1054 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rS", &streamind, &mbox) == FAILURE) { in PHP_FUNCTION()
1067 if (!imap_getquotaroot(imap_le_struct->imap_stream, ZSTR_VAL(mbox))) { in PHP_FUNCTION()

Completed in 16 milliseconds