Searched refs:php_mail (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | php_mail.h | 23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
|
H A D | mail.c | 284 …if (php_mail(to_r, subject_r, message, headers_str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str… in PHP_FUNCTION() 375 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail() function
|
H A D | basic_functions.c | 1464 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring.c | 3725 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()
|
Completed in 24 milliseconds