Home
last modified time | relevance | path

Searched refs:imap_open (Results 1 – 25 of 37) sorted by relevance

12

/PHP-7.4/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
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);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
H A Dbug63126.phpt2 imap_open() DISABLE_AUTHENTICATOR ignores array param
9 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1);
34 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1, $testparams);
H A Dbug77153.phpt2 Bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter)
14 @imap_open('{'.$server.':143/imap}INBOX', '', '');
H A Dbug80226.phpt10 $stream = imap_open($default_mailbox, $username, $password);
H A Dimap_close_basic.phpt16 // include file for required variables in imap_open()
33 $stream_id = imap_open($mailbox, $username, $password);
H A Dskipif.inc11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
H A Dclean.inc4 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dimap_close_variation4.phpt43 $imap_stream = imap_open($mailbox, $username, $password);
56 $stream_id = imap_open($mailbox, $username, $password);
H A Dimap_headerinfo_error.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_undelete_error.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_gc_error.phpt20 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_list_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_body.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_close_error.phpt27 $stream_id = imap_open($server, $username, $password);
H A Dimap_lsub_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_copy.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_move.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_fetchheader_error.phpt24 $stream_id = imap_open($server, $username, $password);
H A Dimap_getsubscribed_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_createmailbox_basic.phpt18 $imap_stream = imap_open($default_mailbox, $username, $password) or
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_skipif.inc21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
H A Dbug72964.phpt19 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dbug80706.phpt19 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt2-win32.phpt44 $imap_stream = imap_open($default_mailbox, $username, $password);

Completed in 34 milliseconds

12