Home
last modified time | relevance | path

Searched refs:new_mailbox (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/standard/tests/mail/
H A Dmail_include.inc20 function setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "sim…
32 $new_mailbox = create_mailbox($imap_stream, $mailbox_suffix, $message_count, $msg_type);
33 if ($new_mailbox === false) {
38 echo ".. mailbox '$new_mailbox' created\n";
41 if (imap_reopen($imap_stream, $new_mailbox) === false) {
42 echo "cant re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
/PHP-7.3/ext/imap/tests/
H A Dimap_include.inc66 function setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "sim…
78 $new_mailbox = create_mailbox($imap_stream, $mailbox_suffix, $message_count, $msg_type);
79 if ($new_mailbox === false) {
84 echo ".. mailbox '$new_mailbox' created\n";
87 if (imap_reopen($imap_stream, $new_mailbox) === false) {
88 echo "cant re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
H A Dimap_clearflag_full_basic.phpt25 echo "Initial msg count in new_mailbox : ". $check->Nmsgs . "\n";
60 Initial msg count in new_mailbox : 10
/PHP-7.3/ext/imap/
H A Dphp_imap.c1839 zend_string *old_mailbox, *new_mailbox; in PHP_FUNCTION() local
1842 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSS", &streamind, &old_mailbox, &new_mailbox) == FAILU… in PHP_FUNCTION()
1850 if (mail_rename(imap_le_struct->imap_stream, ZSTR_VAL(old_mailbox), ZSTR_VAL(new_mailbox)) == T) { in PHP_FUNCTION()

Completed in 15 milliseconds