Home
last modified time | relevance | path

Searched refs:argCount (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/
H A Dscanf.c575 int argCount, zval *args, in php_sscanf_internal() argument
595 if ((varStart > argCount) || (varStart < 0)){ in php_sscanf_internal()
598 numVars = argCount - varStart; in php_sscanf_internal()
617 for (i = varStart;i < argCount;i++){ in php_sscanf_internal()
729 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
847 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
887 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
1039 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
1049 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
1153 if (numVars && objIndex >= argCount) { in php_sscanf_internal()
H A Dscanf.h38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt77 TypeError: SQLite3::createAggregate(): Argument #4 ($argCount) must be of type int, stdClass given
80 TypeError: SQLite3::createAggregate(): Argument #4 ($argCount) must be of type int, string given
H A Dsqlite3_trampoline_createfunction_no_leak.phpt49 TypeError: SQLite3::createFunction(): Argument #3 ($argCount) must be of type int, stdClass given
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php223 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = … argument
226 …gregate(string $name, callable $stepCallback, callable $finalCallback, int $argCount = -1): bool {} argument
H A Dsqlite3_arginfo.h76 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, argCount, IS_LONG, 0, "-1")
84 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, argCount, IS_LONG, 0, "-1")

Completed in 17 milliseconds