Home
last modified time | relevance | path

Searched refs:php_escape_shell_cmd (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/standard/
H A Dexec.h38 PHPAPI zend_string *php_escape_shell_cmd(char *);
H A Dmail.c169 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
171 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
H A Dexec.c279 PHPAPI zend_string *php_escape_shell_cmd(char *str) in php_escape_shell_cmd() function
485 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
/PHP-7.0/ext/standard/tests/mail/
H A Dbug73203.phpt5 only function besides mb_send_mail() which allows to call php_escape_shell_cmd()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c4486 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
4488 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()

Completed in 21 milliseconds