Searched refs:headers_ht (Results 1 – 2 of 2) sorted by relevance
256 HashTable *headers_ht = NULL; in PHP_FUNCTION() local267 Z_PARAM_ARRAY_HT_OR_STR(headers_ht, headers_str) in PHP_FUNCTION()277 } else if (headers_ht) { in PHP_FUNCTION()278 headers_str = php_mail_build_headers(headers_ht); in PHP_FUNCTION()
3459 HashTable *headers_ht = NULL; in PHP_FUNCTION() local3504 Z_PARAM_ARRAY_HT_OR_STR(headers_ht, str_headers) in PHP_FUNCTION()3514 } else if (headers_ht) { in PHP_FUNCTION()3515 str_headers = php_mail_build_headers(headers_ht); in PHP_FUNCTION()
Completed in 38 milliseconds