Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dmail.c302 Z_PARAM_STR(extra_cmd) in PHP_FUNCTION()
325 if (extra_cmd) { in PHP_FUNCTION()
326 MAIL_ASCIIZ_CHECK(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd)); in PHP_FUNCTION()
370 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
371 } else if (extra_cmd) { in PHP_FUNCTION()
372 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
375 …ers && ZSTR_LEN(str_headers) ? ZSTR_VAL(str_headers) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NUL… in PHP_FUNCTION()
385 if (extra_cmd) { in PHP_FUNCTION()
386 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()
557 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.3/ext/mbstring/
H A Dmbstring.c4209 zend_string *extra_cmd = NULL; in PHP_FUNCTION() local
4250 …, &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &extra_cmd) == FAILURE) { in PHP_FUNCTION()
4274 if (extra_cmd) { in PHP_FUNCTION()
4275 MAIL_ASCIIZ_CHECK_MBSTRING(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd)); in PHP_FUNCTION()
4448 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
4449 } else if (extra_cmd) { in PHP_FUNCTION()
4450 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
4453 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd in PHP_FUNCTION()
4459 if (extra_cmd) { in PHP_FUNCTION()
4460 zend_string_release_ex(extra_cmd, 0); in PHP_FUNCTION()

Completed in 25 milliseconds