Searched refs:headers_ht (Results 1 – 2 of 2) sorted by relevance
210 HashTable *headers_ht = NULL; in PHP_FUNCTION() local221 Z_PARAM_ARRAY_HT_OR_STR(headers_ht, headers_str) in PHP_FUNCTION()231 } else if (headers_ht) { in PHP_FUNCTION()232 headers_str = php_mail_build_headers(headers_ht); in PHP_FUNCTION()
3489 HashTable *headers_ht = NULL; in PHP_FUNCTION() local3534 Z_PARAM_ARRAY_HT_OR_STR(headers_ht, str_headers) in PHP_FUNCTION()3544 } else if (headers_ht) { in PHP_FUNCTION()3545 str_headers = php_mail_build_headers(headers_ht); in PHP_FUNCTION()
Completed in 19 milliseconds