Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
H A Dmail.c375 …if (php_mail(to_r, subject_r, message, str_headers && ZSTR_LEN(str_headers) ? ZSTR_VAL(str_headers… in PHP_FUNCTION()
467 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail() function
H A Dbasic_functions.c4821 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
/PHP-7.3/ext/mbstring/
H A Dmbstring.c4453 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()

Completed in 27 milliseconds