Home
last modified time | relevance | path

Searched refs:maxLength (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php11 …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 Dpdo_stmt_arginfo.h8 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.2/ext/spl/tests/SplFileObject/
H A Dfileobject_setmaxlinelen_error001.phpt17 SplFileObject::setMaxLineLen(): Argument #1 ($maxLength) must be greater than or equal to 0
/PHP-8.2/ext/soap/
H A Dphp_sdl.h144 sdlRestrictionIntPtr maxLength; member
H A Dphp_schema.c688 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent()
2411 delete_restriction_var_int(type->restrictions->maxLength); in delete_type()
2458 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
H A Dphp_sdl.c1356 type->restrictions->maxLength = sdl_deserialize_resriction_int(in); in sdl_deserialize_type()
1951 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type()
2771 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2772 make_persistent_restriction_int(&ptype->restrictions->maxLength); in make_persistent_sdl_type()
/PHP-8.2/ext/spl/
H A Dspl_directory.stub.php361 public function setMaxLineLen(int $maxLength): void {} argument
H A Dspl_directory_arginfo.h252 ZEND_ARG_TYPE_INFO(0, maxLength, IS_LONG, 0)

Completed in 36 milliseconds