Searched refs:php_mail (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | php_mail.h | 28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
|
H A D | mail.c | 171 if (php_mail(to_r, subject_r, message, headers_trimmed, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION() 264 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail() function
|
H A D | basic_functions.c | 4662 if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) {
|
/PHP-5.4/win32/ |
H A D | php5dll.dsp | 672 SOURCE=..\ext\standard\php_mail.h
|
H A D | php5dllts.dsp | 2126 SOURCE=..\ext\standard\php_mail.h
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
|
Completed in 33 milliseconds