Searched refs:maxLength (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.stub.php | 8 …olumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driv… argument 11 …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.0/ext/spl/tests/ |
H A D | fileobject_setmaxlinelen_error001.phpt | 17 SplFileObject::setMaxLineLen(): Argument #1 ($maxLength) must be greater than or equal to 0
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 269 public function setMaxLineLen(int $maxLength) {} argument
|
H A D | spl_directory_arginfo.h | 235 ZEND_ARG_TYPE_INFO(0, maxLength, IS_LONG, 0)
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.h | 144 sdlRestrictionIntPtr maxLength; member
|
H A D | php_schema.c | 688 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent() 2404 delete_restriction_var_int(type->restrictions->maxLength); in delete_type() 2451 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
|
H A D | php_sdl.c | 1353 type->restrictions->maxLength = sdl_deserialize_resriction_int(in); in sdl_deserialize_type() 1948 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type() 2758 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type() 2759 make_persistent_restriction_int(&ptype->restrictions->maxLength); in make_persistent_sdl_type()
|
Completed in 25 milliseconds