Searched defs:execute (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ |
| 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_TRUNK/win32/build/ |
| H A D | confutils.js | 126 /* execute a command and return the output as a string */
127 function execute(command_line)
function 147 var version = execute(command + '" 2>&1"');
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 759 func_mysqlnd_stmt__execute execute; member in struct:st_mysqlnd_stmt_methods
|
Completed in 13 milliseconds