Searched refs:bcc (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | bug45705_2.phpt | 15 'bcc' => 'John Doe <john@example.com>', 35 ["bcc"]=> 49 ["bcc"]=>
|
/PHP-8.0/ext/standard/tests/mail/ |
H A D | mail_basic7.phpt | 20 'bcc'=>'foo@bar', 75 mail($to, $subject, $message, ['bcc' => array('foo6')]); 220 bcc: foo@bar 235 TypeError: Header "bcc" must be of type string, array given
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 3171 PHP_RFC822_PARSE_ADRLIST(&env->bcc, pvalue); in PHP_FUNCTION() 3557 zend_string *cc, zend_string *bcc, zend_string* rpath) in _php_imap_mail() argument 3650 if (bcc && ZSTR_LEN(bcc)) { in _php_imap_mail() 3651 tempMailTo = estrdup(ZSTR_VAL(bcc)); in _php_imap_mail() 3652 bt_len = ZSTR_LEN(bcc); in _php_imap_mail() 3706 if (bcc && ZSTR_LEN(bcc) != 0) { in _php_imap_mail() 3707 fprintf(sendmail, "Bcc: %s\n", ZSTR_VAL(bcc)); in _php_imap_mail() 3734 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION() 3757 if (_php_imap_mail(to, subject, message, headers, cc, bcc, rpath)) { in PHP_FUNCTION() 4166 if (en->bcc) { in _php_make_header_object() [all …]
|
H A D | php_imap.stub.php | 254 …$message, ?string $additional_headers = null, ?string $cc = null, ?string $bcc = null, ?string $re… argument
|
H A D | php_imap_arginfo.h | 336 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, bcc, IS_STRING, 1, "null")
|
Completed in 33 milliseconds