Searched refs:CL_EXPUNGE (Results 1 – 20 of 20) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 13 * 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 D | bug80800.phpt | 2 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 D | imap_open_with_cl_expunge.phpt | 2 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 D | imap_reopen_with_cl_expunge.phpt | 2 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 D | imap_close_basic.phpt | 18 $options = CL_EXPUNGE; 29 // check that CL_EXPUNGE worked
|
H A D | imap_open_error.phpt | 36 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 D | clean.inc | 32 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | imap_include.inc | 66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | bug72964.phpt | 46 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | bug80706.phpt | 49 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_basic_alt1-win32.phpt | 83 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_basic_alt2-win32.phpt | 80 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_basic_alt3-win32.phpt | 80 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_basic_alt4-win32.phpt | 81 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_variation_alt3-win32.phpt | 81 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_variation_alt1-win32.phpt | 82 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | mail_variation_alt2-win32.phpt | 82 imap_close($imap_stream, CL_EXPUNGE);
|
H A D | bug80751.phpt | 55 imap_close($imap_stream, CL_EXPUNGE);
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.stub.php | 93 const CL_EXPUNGE = UNKNOWN; define
|
H A D | php_imap.c | 616 cl_flags = CL_EXPUNGE; in PHP_FUNCTION() 740 cl_flags = CL_EXPUNGE; in PHP_FUNCTION() 1070 options |= CL_EXPUNGE; in PHP_FUNCTION()
|
Completed in 30 milliseconds