Lines Matching refs:extra_cmd
208 zend_string *extra_cmd=NULL; in PHP_FUNCTION() local
222 Z_PARAM_PATH_STR(extra_cmd) in PHP_FUNCTION()
279 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
280 } else if (extra_cmd) { in PHP_FUNCTION()
281 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
284 …str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NUL… in PHP_FUNCTION()
294 if (extra_cmd) { in PHP_FUNCTION()
295 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()
375 …nst char *to, const char *subject, const char *message, const char *headers, const char *extra_cmd) in php_mail() argument
471 if (extra_cmd != NULL) { in php_mail()
472 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
496 if (extra_cmd != NULL) { in php_mail()