Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/standard/
H A Dexec.c58 PHP_MINIT_FUNCTION(exec) in PHP_MINIT_FUNCTION() argument
253 PHP_FUNCTION(exec) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php987 function exec(string $command, &$output = null, &$result_code = null): string|false {} function
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php23 public function exec(string $statement): int|false {} function in PDO
H A Dpdo_dbh.c959 PHP_METHOD(PDO, exec) in PHP_METHOD() argument
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_print.c80 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg.c258 zend_string *exec; in PHP_FUNCTION() local
1126 char *exec = NULL; in main() local
H A Dphpdbg.h262 char *exec; /* file to execute */ variable
H A Dphpdbg_prompt.c399 PHPDBG_COMMAND(exec) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php58 public function exec(string $query): bool {} function in SQLite3
H A Dsqlite3.c204 PHP_METHOD(SQLite3, exec) in PHP_METHOD() argument

Completed in 43 milliseconds