Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dbug45705_2.phpt17 'bcc' => 'John Doe <john@example.com>',
37 ["bcc"]=>
51 ["bcc"]=>
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt31 'bcc'=>'foo@bar',
61 'bcc' => array('foo6'),
139 bcc: foo@bar
161 Warning: mail(): 'bcc' header must be at most one header. Array is passed for 'bcc' in %s on line 59
/PHP-7.4/ext/imap/
H A Dphp_imap.c433 ZEND_ARG_INFO(0, bcc)
3656 PHP_RFC822_PARSE_ADRLIST(&env->bcc, pvalue); in PHP_FUNCTION()
4134 if (bcc && *bcc) { in _php_imap_mail()
4135 tempMailTo = estrdup(bcc); in _php_imap_mail()
4136 bt_len = strlen(bcc); in _php_imap_mail()
4184 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail()
4206 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
4210 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
4233 bcc?ZSTR_VAL(bcc):NULL, rpath?ZSTR_VAL(rpath):NULL)) { in PHP_FUNCTION()
4647 if (en->bcc) { in _php_make_header_object()
[all …]

Completed in 25 milliseconds