Home
last modified time | relevance | path

Searched refs:extra_cmd (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dmail.c104 char *subject=NULL, *extra_cmd=NULL; in PHP_FUNCTION() local
123 if (extra_cmd) { in PHP_FUNCTION()
124 MAIL_ASCIIZ_CHECK(extra_cmd, extra_cmd_len); in PHP_FUNCTION()
168 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
169 } else if (extra_cmd) { in PHP_FUNCTION()
170 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()
183 if (extra_cmd) { in PHP_FUNCTION()
184 efree (extra_cmd); in PHP_FUNCTION()
354 if (extra_cmd != NULL) { in php_mail()
355 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
[all …]
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4029 char *extra_cmd = NULL; in PHP_FUNCTION() local
4070 …subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd, &extra_cmd_len)… in PHP_FUNCTION()
4081 if (extra_cmd) { in PHP_FUNCTION()
4082 MAIL_ASCIIZ_CHECK_MBSTRING(extra_cmd, extra_cmd_len); in PHP_FUNCTION()
4273 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
4274 } else if (extra_cmd) { in PHP_FUNCTION()
4275 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()
4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
4284 if (extra_cmd) { in PHP_FUNCTION()
4285 efree(extra_cmd); in PHP_FUNCTION()

Completed in 17 milliseconds