Home
last modified time | relevance | path

Searched refs:numArgs (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php11 …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 Dsqlite_driver_arginfo.h7 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")
H A Dpdo_sqlite.stub.php39 int $numArgs = -1 argument
H A Dpdo_sqlite_arginfo.h8 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, numArgs, IS_LONG, 0, "-1")
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_arg_error.phpt62 PdoSqlite::createAggregate(): Argument #4 ($numArgs) must be of type int, null given

Completed in 10 milliseconds