Searched refs:numArgs (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.stub.php | 11 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla… argument 14 …sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numArgs = -1): bool {} argument
|
H A D | sqlite_driver_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, numArgs, IS_LONG, 0, "-1") 15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, numArgs, IS_LONG, 0, "-1")
|
Completed in 4 milliseconds