Searched refs:maxLength (Results 1 – 9 of 9) sorted by relevance
/php-src/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-src/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-src/ext/pdo_firebird/ |
H A D | pdo_firebird_utils.cpp | 44 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 D | php_sdl.h | 144 sdlRestrictionIntPtr maxLength; member
|
H A D | php_schema.c | 711 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 D | php_sdl.c | 1317 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 D | spl_directory.stub.php | 310 public function setMaxLineLen(int $maxLength): void {} argument
|
H A D | spl_directory_arginfo.h | 251 ZEND_ARG_TYPE_INFO(0, maxLength, IS_LONG, 0)
|
Completed in 103 milliseconds