Searched refs:php_escape_shell_cmd (Results 1 – 5 of 5) sorted by relevance
23 PHPAPI zend_string *php_escape_shell_cmd(const char *str);
282 PHPAPI zend_string *php_escape_shell_cmd(const char *str) in php_escape_shell_cmd() function486 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
325 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()327 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
5 only function besides mb_send_mail() which allows to call php_escape_shell_cmd()
3690 extra_cmd = php_escape_shell_cmd(force_extra_parameters); in PHP_FUNCTION()3692 extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd)); in PHP_FUNCTION()
Completed in 24 milliseconds