Searched refs:php_mail (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/standard/ |
H A D | php_mail.h | 23 PHPAPI extern bool php_mail(const char *to, const char *subject, const char *message, const char *h…
|
H A D | mail.c | 348 …if (php_mail(to_r, subject_r, message, headers_str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str… in PHP_FUNCTION() 439 PHPAPI bool php_mail(const char *to, const char *subject, const char *message, const char *headers,… in php_mail() function
|
H A D | basic_functions.c | 1381 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 4692 …RETVAL_BOOL(php_mail(to_r, ZSTR_VAL(subject), message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL… in PHP_FUNCTION()
|
Completed in 37 milliseconds