Home
last modified time | relevance | path

Searched refs:php_exec (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/standard/
H A Dexec.h38 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value);
H A Dexec.c96 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value) in php_exec() function
241 ret = php_exec(mode, cmd, NULL, return_value); in php_exec_ex()
250 ret = php_exec(2, cmd, ret_array, return_value); in php_exec_ex()

Completed in 6 milliseconds