Searched refs:numArgs (Results 1 – 5 of 5) sorted by relevance
/php-src/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")
|
H A D | pdo_sqlite.stub.php | 41 int $numArgs = -1 argument
|
H A D | pdo_sqlite_arginfo.h | 8 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, numArgs, IS_LONG, 0, "-1")
|
/php-src/ext/pdo_sqlite/tests/subclasses/ |
H A D | pdo_sqlite_createaggregate_arg_error.phpt | 62 Pdo\Sqlite::createAggregate(): Argument #4 ($numArgs) must be of type int, null given
|
Completed in 5 milliseconds