Lines Matching refs:str_headers
3490 zend_string *str_headers = NULL; in PHP_FUNCTION() local
3534 Z_PARAM_ARRAY_HT_OR_STR(headers_ht, str_headers) in PHP_FUNCTION()
3538 if (str_headers) { in PHP_FUNCTION()
3539 if (strlen(ZSTR_VAL(str_headers)) != ZSTR_LEN(str_headers)) { in PHP_FUNCTION()
3543 str_headers = php_trim(str_headers, NULL, 0, 2); in PHP_FUNCTION()
3545 str_headers = php_mail_build_headers(headers_ht); in PHP_FUNCTION()
3553 if (str_headers != NULL) { in PHP_FUNCTION()
3554 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION()
3679 if (str_headers != NULL) { in PHP_FUNCTION()
3680 p = ZSTR_VAL(str_headers); in PHP_FUNCTION()
3681 n = ZSTR_LEN(str_headers); in PHP_FUNCTION()
3686 zend_string_release_ex(str_headers, 0); in PHP_FUNCTION()
3717 str_headers = zend_string_init((char *)device.buffer, strlen((char *)device.buffer), 0); in PHP_FUNCTION()
3725 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()
3746 if (str_headers) { in PHP_FUNCTION()
3747 zend_string_release_ex(str_headers, 0); in PHP_FUNCTION()