Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dexec.h25 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value);
H A Dexec.c114 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 6 milliseconds