Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c254 zend_string *extra_cmd=NULL; in PHP_FUNCTION() local
268 Z_PARAM_PATH_STR(extra_cmd) in PHP_FUNCTION()
325 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
326 } else if (extra_cmd) { in PHP_FUNCTION()
327 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
330 …str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NUL… in PHP_FUNCTION()
340 if (extra_cmd) { in PHP_FUNCTION()
341 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()
517 if (extra_cmd != NULL) { in php_mail()
518 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
[all …]
H A Dphp_mail.h23 …st char *to, const char *subject, const char *message, const char *headers, const char *extra_cmd);
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3458 zend_string *extra_cmd = NULL; in PHP_FUNCTION() local
3505 Z_PARAM_PATH_STR_OR_NULL(extra_cmd) in PHP_FUNCTION()
3690 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
3691 } else if (extra_cmd) { in PHP_FUNCTION()
3692 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
3695 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd in PHP_FUNCTION()
3701 if (extra_cmd) { in PHP_FUNCTION()
3702 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()

Completed in 33 milliseconds