/PHP-8.0/ext/imap/tests/ |
H A D | imap_open_error.phpt | 2 imap_open() ValueErrors 15 imap_open('', '', ''); 18 imap_open('', '', '', -1); 24 imap_open('', '', '', NIL, -1); 33 Warning: imap_open(): Couldn't open stream in %s on line %d 34 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE 35 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 10 // include file for required variables in imap_open() 24 // check that CL_EXPUNGE in previous imap_open() call worked 25 $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 12 $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) 14 @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_errors_basic.phpt | 14 $mbox = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, $password, OP_READONLY, 1); 24 Warning: imap_open(): Couldn't open stream %s in %s on line %d
|
H A D | imap_reopen_with_cl_expunge.phpt | 10 // include file for required variables in imap_open() 29 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_close_basic.phpt | 11 // include file for required variables in imap_open() 28 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_list_basic.phpt | 13 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
H A D | imap_close_variation4.phpt | 43 $imap_stream = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD); 56 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
|
H A D | imap_lsub_basic.phpt | 16 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
H A D | imap_getsubscribed_basic.phpt | 16 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
|
/PHP-8.0/ext/imap/tests/setup/ |
H A D | skipif.inc | 9 $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.0/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 21 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
|
H A D | bug72964.phpt | 19 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | bug80706.phpt | 19 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt1-win32.phpt | 41 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt2-win32.phpt | 38 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt3-win32.phpt | 38 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt4-win32.phpt | 39 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt3-win32.phpt | 39 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt1-win32.phpt | 40 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt2-win32.phpt | 40 $imap_stream = imap_open($default_mailbox, $username, $password);
|