Searched refs:argCount (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/standard/ |
H A D | scanf.c | 575 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 D | scanf.h | 38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
|
/php-src/ext/sqlite3/tests/ |
H A D | sqlite3_trampoline_create_aggregate_no_leak.phpt | 77 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 D | sqlite3_trampoline_createfunction_no_leak.phpt | 49 TypeError: SQLite3::createFunction(): Argument #3 ($argCount) must be of type int, stdClass given
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.stub.php | 223 …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 D | sqlite3_arginfo.h | 76 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 22 milliseconds