Searched refs:php_mail_build_headers_elems (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | php_mail.h | 39 php_mail_build_headers_elems(&s, key, val); \ 51 php_mail_build_headers_elems(&s, key, val); \
|
H A D | mail.c | 133 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val); 153 php_mail_build_headers_elems(s, key, val); in php_mail_build_headers_elem() 161 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems() function
|
Completed in 6 milliseconds