Searched defs:exec (Results 1 – 10 of 10) sorted by relevance
58 PHP_MINIT_FUNCTION(exec) in PHP_MINIT_FUNCTION() argument253 PHP_FUNCTION(exec) in PHP_FUNCTION() argument
987 function exec(string $command, &$output = null, &$result_code = null): string|false {} function
23 public function exec(string $statement): int|false {} function in PDO
959 PHP_METHOD(PDO, exec) in PHP_METHOD() argument
80 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() argument
258 zend_string *exec; in PHP_FUNCTION() local1126 char *exec = NULL; in main() local
262 char *exec; /* file to execute */ variable
399 PHPDBG_COMMAND(exec) /* {{{ */ in PHPDBG_COMMAND() argument
58 public function exec(string $query): bool {} function in SQLite3
204 PHP_METHOD(SQLite3, exec) in PHP_METHOD() argument
Completed in 43 milliseconds