Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dexec.h24 PHPAPI zend_string *php_escape_shell_arg(const zend_string *unescaped_arg);
H A Dexec.c390 PHPAPI zend_string *php_escape_shell_arg(const zend_string *unescaped_arg) in php_escape_shell_arg() function
503 RETVAL_STR(php_escape_shell_arg(argument)); in PHP_FUNCTION()
/PHP-8.4/
H A DUPGRADING.INTERNALS371 - The php_escape_shell_arg() now takes a zend_string* instead of a char*

Completed in 7 milliseconds