Searched refs:maxLength (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.stub.php | 11 …olumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driv… argument 14 …dParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driv… argument
|
H A D | pdo_stmt_arginfo.h | 8 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxLength, IS_LONG, 0, "0") 16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxLength, IS_LONG, 0, "0")
|
/PHP-8.3/ext/spl/tests/SplFileObject/ |
H A D | fileobject_setmaxlinelen_error001.phpt | 17 SplFileObject::setMaxLineLen(): Argument #1 ($maxLength) must be greater than or equal to 0
|
/PHP-8.3/ext/soap/ |
H A D | php_sdl.h | 144 sdlRestrictionIntPtr maxLength; member
|
H A D | php_schema.c | 709 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent() 2432 delete_restriction_var_int(type->restrictions->maxLength); in delete_type() 2479 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
|
H A D | php_sdl.c | 1358 type->restrictions->maxLength = sdl_deserialize_resriction_int(in); in sdl_deserialize_type() 1953 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type() 2773 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type() 2774 make_persistent_restriction_int(&ptype->restrictions->maxLength); in make_persistent_sdl_type()
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 361 public function setMaxLineLen(int $maxLength): void {} argument
|
H A D | spl_directory_arginfo.h | 252 ZEND_ARG_TYPE_INFO(0, maxLength, IS_LONG, 0)
|
Completed in 37 milliseconds