Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds