Home
last modified time | relevance | path

Searched refs:php_mail (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
H A Dmail.c321 …if (php_mail(to_r, subject_r, message, headers_str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str… in PHP_FUNCTION()
412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail() function
H A Dbasic_functions.c1367 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
/php-src/ext/mbstring/
H A Dmbstring.c4662 …RETVAL_BOOL(php_mail(to_r, ZSTR_VAL(subject), message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL… in PHP_FUNCTION()

Completed in 34 milliseconds