Searched refs:php_escape_shell_cmd (Results 1 – 5 of 5) sorted by relevance
38 PHPAPI char *php_escape_shell_cmd(char *);
168 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()170 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()
288 PHPAPI char *php_escape_shell_cmd(char *str) in php_escape_shell_cmd() function494 cmd = php_escape_shell_cmd(command); in PHP_FUNCTION()
5 only function besides mb_send_mail() which allows to call php_escape_shell_cmd()
4342 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()4344 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()
Completed in 21 milliseconds