Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c1851 zend_string *old_mailbox, *new_mailbox; in PHP_FUNCTION() local
1854 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSS", &streamind, &old_mailbox, &new_mailbox) == FAILU… in PHP_FUNCTION()
1862 if (mail_rename(imap_le_struct->imap_stream, ZSTR_VAL(old_mailbox), ZSTR_VAL(new_mailbox)) == T) { in PHP_FUNCTION()

Completed in 17 milliseconds