Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
H A Dmail.c173 if (php_mail(to_r, subject_r, message, headers_trimmed, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
265 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail() function
H A Dbasic_functions.c4724 if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) {
/PHP-5.5/win32/
H A Dphp5dll.dsp664 SOURCE=..\ext\standard\php_mail.h
H A Dphp5dllts.dsp2118 SOURCE=..\ext\standard\php_mail.h
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()

Completed in 34 milliseconds