Searched refs:php_exec (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | exec.h | 25 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value);
|
H A D | exec.c | 114 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value) in php_exec() function 232 ret = php_exec(mode, cmd, NULL, return_value); in php_exec_ex() 244 ret = php_exec(2, cmd, ret_array, return_value); in php_exec_ex()
|
Completed in 8 milliseconds