Searched defs:execute (Results 1 - 4 of 4) sorted by relevance

/PHP_5_4/
H A Dserver-tests.php168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) function
226 $out = execute($php, $params, $code, $cwd, $env);
1391 $out = execute($this->conf['TEST_PHP_EXECUTABLE'],$args,$post,$this->cwd,$env);
/PHP_5_4/win32/build/
H A Dconfutils.js124 /* execute a command and return the output as a string */
125 function execute(command_line) function
145 var version = execute(command + '" 2>&1"');
/PHP_5_4/ext/mysqlnd/
H A Dmysqlnd_structs.h717 func_mysqlnd_stmt__execute execute; member in struct:st_mysqlnd_stmt_methods
/PHP_5_4/Zend/
H A Dzend_vm_execute.h342 ZEND_API void execute(zend_op_array *op_array TSRMLS_DC) function
666 if (EXPECTED(zend_execute == execute)) {
2636 if (EXPECTED(zend_execute == execute)) {
7038 if (EXPECTED(zend_execute == execute)) {
11456 if (EXPECTED(zend_execute == execute)) {
27398 if (EXPECTED(zend_execute == execute)) {
[all...]

Completed in 65 milliseconds