Home
last modified time | relevance | path

Searched refs:CL_EXPUNGE (Results 1 – 20 of 20) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_close_variation4.phpt13 * recognised as CL_EXPUNGE option
42 imap_close($stream_id, CL_EXPUNGE);
48 echo "CL_EXPUNGE was not set, $num_msg msgs in mailbox\n";
50 echo "CL_EXPUNGE was set\n";
52 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
53 imap_close($imap_stream, CL_EXPUNGE);
75 CL_EXPUNGE was not set, 3 msgs in mailbox
79 CL_EXPUNGE was set
82 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
85 imap_close(): Argument #2 ($flags) must be CL_EXPUNGE or 0
[all …]
H A Dbug80800.phpt2 Bug #80800: imap_open() fails when the flags parameter includes CL_EXPUNGE
14 …= imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags: CL_EXPUNGE);
15 var_dump(imap_reopen($mail_box, IMAP_DEFAULT_MAILBOX, flags: CL_EXPUNGE));
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
16 $stream_id = setup_test_mailbox('imapopenwithclexpunge', 3, $mailbox, flags: CL_EXPUNGE);
26 // check that CL_EXPUNGE in previous imap_open() call worked
H A Dimap_reopen_with_cl_expunge.phpt2 Test imap_reopen() using the CL_EXPUNGE flag
20 …m_id, IMAP_DEFAULT_MAILBOX . '.' . IMAP_MAILBOX_PHPT_PREFIX . $mailbox_suffix, flags: CL_EXPUNGE));
30 // check that CL_EXPUNGE in previous imap_reopen() call worked
H A Dimap_close_basic.phpt18 $options = CL_EXPUNGE;
29 // check that CL_EXPUNGE worked
H A Dimap_open_error.phpt36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
/PHP-8.3/ext/imap/tests/setup/
H A Dclean.inc32 imap_close($imap_stream, CL_EXPUNGE);
H A Dimap_include.inc66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call
/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt46 imap_close($imap_stream, CL_EXPUNGE);
H A Dbug80706.phpt49 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_basic_alt1-win32.phpt83 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_basic_alt2-win32.phpt80 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_basic_alt3-win32.phpt80 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_basic_alt4-win32.phpt81 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_variation_alt3-win32.phpt81 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_variation_alt1-win32.phpt82 imap_close($imap_stream, CL_EXPUNGE);
H A Dmail_variation_alt2-win32.phpt82 imap_close($imap_stream, CL_EXPUNGE);
H A Dbug80751.phpt55 imap_close($imap_stream, CL_EXPUNGE);
/PHP-8.3/ext/imap/
H A Dphp_imap.stub.php93 const CL_EXPUNGE = UNKNOWN; define
H A Dphp_imap.c616 cl_flags = CL_EXPUNGE; in PHP_FUNCTION()
740 cl_flags = CL_EXPUNGE; in PHP_FUNCTION()
1070 options |= CL_EXPUNGE; in PHP_FUNCTION()

Completed in 23 milliseconds