Searched defs:execute (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ |
| H A D | server-tests.php | 168 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 D | confutils.js | 124 /* 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 D | mysqlnd_structs.h | 717 func_mysqlnd_stmt__execute execute; member in struct:st_mysqlnd_stmt_methods
|
| /PHP_5_4/Zend/ |
| H A D | zend_vm_execute.h | 342 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