Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dexec.h37 PHPAPI char *php_escape_shell_cmd(char *);
H A Dexec.c96 cmd_p = php_escape_shell_cmd(d); in php_exec()
279 PHPAPI char *php_escape_shell_cmd(char *str) in php_escape_shell_cmd() function
445 cmd = php_escape_shell_cmd(command); in PHP_FUNCTION()
H A Dmail.c173 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
175 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()
H A Dproc_open.c313 arg0 = php_escape_shell_cmd(*safecmd); in php_make_safe_mode_command()
H A Dfile.c1012 tmp = php_escape_shell_cmd(buf); in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c4090 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()
4092 extra_cmd = php_escape_shell_cmd(extra_cmd); in PHP_FUNCTION()

Completed in 57 milliseconds