Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmail.c298 Z_PARAM_STR(extra_cmd) in PHP_FUNCTION()
321 if (extra_cmd) { in PHP_FUNCTION()
322 MAIL_ASCIIZ_CHECK(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd)); in PHP_FUNCTION()
366 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
367 } else if (extra_cmd) { in PHP_FUNCTION()
368 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
371 …ers && ZSTR_LEN(str_headers) ? ZSTR_VAL(str_headers) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NUL… in PHP_FUNCTION()
381 if (extra_cmd) { in PHP_FUNCTION()
382 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()
553 if (extra_cmd != NULL) { 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);
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4348 zend_string *extra_cmd = NULL; in PHP_FUNCTION() local
4389 …, &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &extra_cmd) == FAILURE) { in PHP_FUNCTION()
4413 if (extra_cmd) { in PHP_FUNCTION()
4414 MAIL_ASCIIZ_CHECK_MBSTRING(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd)); in PHP_FUNCTION()
4587 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
4588 } else if (extra_cmd) { in PHP_FUNCTION()
4589 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
4592 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd in PHP_FUNCTION()
4598 if (extra_cmd) { in PHP_FUNCTION()
4599 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()

Completed in 26 milliseconds