Home
last modified time | relevance | path

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

/php-src/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-src/ext/spl/tests/SplFileObject/
H A Dfileobject_setmaxlinelen_error001.phpt17 SplFileObject::setMaxLineLen(): Argument #1 ($maxLength) must be greater than or equal to 0
/php-src/ext/pdo_firebird/
H A Dpdo_firebird_utils.cpp44 static void fb_copy_status(const ISC_STATUS* from, ISC_STATUS* to, size_t maxLength) in fb_copy_status() argument
46 for(size_t i=0; i < maxLength; ++i) { in fb_copy_status()
/php-src/ext/soap/
H A Dphp_sdl.h144 sdlRestrictionIntPtr maxLength; member
H A Dphp_schema.c711 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent()
2437 delete_restriction_var_int(type->restrictions->maxLength); in delete_type()
2484 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
H A Dphp_sdl.c1317 type->restrictions->maxLength = sdl_deserialize_resriction_int(in); in sdl_deserialize_type()
1918 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type()
2738 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2739 make_persistent_restriction_int(&ptype->restrictions->maxLength); in make_persistent_sdl_type()
/php-src/ext/spl/
H A Dspl_directory.stub.php310 public function setMaxLineLen(int $maxLength): void {} argument
H A Dspl_directory_arginfo.h251 ZEND_ARG_TYPE_INFO(0, maxLength, IS_LONG, 0)

Completed in 37 milliseconds