Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/imap/
H A Dphp_imap.c1796 char *old_mailbox, *new_mailbox; in PHP_FUNCTION() local
1800 …_ARGS() TSRMLS_CC, "rss", &streamind, &old_mailbox, &old_mailbox_len, &new_mailbox, &new_mailbox_l… in PHP_FUNCTION()
1806 if (mail_rename(imap_le_struct->imap_stream, old_mailbox, new_mailbox) == T) { in PHP_FUNCTION()

Completed in 21 milliseconds