Searched refs:php_exec (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | exec.h | 38 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value);
|
H A D | exec.c | 96 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