/PHP-8.3/ext/imap/tests/ |
H A D | imap_open_error.phpt | 2 imap_open() ValueErrors 17 imap_open('', '', ''); 20 imap_open('', '', '', -1); 26 imap_open('', '', '', 0, -1); 35 Warning: imap_open(): Couldn't open stream in %s on line %d 36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE 37 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
|
H A D | imap_open_with_cl_expunge.phpt | 2 Test imap_open() using the CL_EXPUNGE flag 12 // include file for required variables in imap_open() 26 // check that CL_EXPUNGE in previous imap_open() call worked 27 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | bug80800.phpt | 2 Bug #80800: imap_open() fails when the flags parameter includes CL_EXPUNGE 14 $mail_box = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags: CL…
|
H A D | bug77153.phpt | 2 Bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter) 12 @imap_open('{'.$server.':143/imap}INBOX', '', '');
|
H A D | bug63126.phpt | 2 imap_open() DISABLE_AUTHENTICATOR ignores array param 9 $in = @imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1); 37 …$in = imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1, $…
|
H A D | imap_reopen_with_cl_expunge.phpt | 12 // include file for required variables in imap_open() 31 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_constructor.phpt | 14 Exception: Cannot directly construct IMAP\Connection, use imap_open() instead
|
H A D | imap_close_basic.phpt | 13 // include file for required variables in imap_open() 30 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_errors_basic.phpt | 14 $mbox = @imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_ANONYMOUS…
|
H A D | imap_list_basic.phpt | 15 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
H A D | imap_is_open.phpt | 12 // include file for required variables in imap_open()
|
H A D | imap_close_variation4.phpt | 45 $imap_stream = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD); 58 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_lsub_basic.phpt | 18 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
H A D | imap_getsubscribed_basic.phpt | 18 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
/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);
|
H A D | clean.inc | 6 $imap_stream = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_include.inc | 66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call 78 …$imap_stream = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags…
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 20 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
|
H A D | bug72964.phpt | 23 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | bug80706.phpt | 23 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt1-win32.phpt | 45 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt2-win32.phpt | 42 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt3-win32.phpt | 42 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt4-win32.phpt | 43 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt3-win32.phpt | 43 $imap_stream = imap_open($default_mailbox, $username, $password);
|