Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/tests/
H A Dskipif.inc11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
12 if (!$mbox) {
15 imap_close($mbox);
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
/PHP-5.5/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-5.5/ext/imap/
H A Dphp_imap.c146 ZEND_ARG_INFO(0, mbox)
1443 char *mbox; in PHP_FUNCTION() local
1447 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &mbox, &mbox_len) == FAILUR… in PHP_FUNCTION()
1458 if (!imap_getquotaroot(imap_le_struct->imap_stream, mbox)) { in PHP_FUNCTION()

Completed in 17 milliseconds