Searched refs:bcc (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/imap/tests/ |
H A D | bug45705_2.phpt | 13 'bcc' => 'John Doe <john@example.com>', 33 ["bcc"]=> 47 ["bcc"]=>
|
/PHP-8.1/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.1/ext/imap/ |
H A D | php_imap.c | 3130 PHP_RFC822_PARSE_ADRLIST(&env->bcc, pvalue); in PHP_FUNCTION() 3516 zend_string *cc, zend_string *bcc, zend_string* rpath) in _php_imap_mail() argument 3609 if (bcc && ZSTR_LEN(bcc)) { in _php_imap_mail() 3610 tempMailTo = estrdup(ZSTR_VAL(bcc)); in _php_imap_mail() 3611 bt_len = ZSTR_LEN(bcc); in _php_imap_mail() 3665 if (bcc && ZSTR_LEN(bcc) != 0) { in _php_imap_mail() 3666 fprintf(sendmail, "Bcc: %s\n", ZSTR_VAL(bcc)); in _php_imap_mail() 3693 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION() 3716 if (_php_imap_mail(to, subject, message, headers, cc, bcc, rpath)) { in PHP_FUNCTION() 4123 if (en->bcc) { in _php_make_header_object() [all …]
|
H A D | php_imap.stub.php | 176 …$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 17 milliseconds