Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_mail.h30 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
H A Dmail.c377 …if (php_mail(to_r, subject_r, message, str_headers ? ZSTR_VAL(str_headers) : NULL, extra_cmd ? ZST… in PHP_FUNCTION()
469 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail() function
H A Dbasic_functions.c4784 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
/PHP-7.2/ext/mbstring/
H A Dmbstring.c4657 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()

Completed in 76 milliseconds