Home
last modified time | relevance | path

Searched refs:length (Results 551 – 575 of 588) sorted by relevance

1...<<21222324

/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrspn_variation12.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation3-win32.phpt13 Description: Truncates a file to a given length
H A Dfgetcsv_variation29.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dftruncate_variation3.phpt13 Description: Truncates a file to a given length
H A Dftruncate_variation5-win32.phpt13 Description: Truncates a file to a given length
H A Dftruncate_variation5.phpt13 Description: Truncates a file to a given length
H A Dfgetcsv_variation4.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
74 // use length as 0
H A Dfgetcsv_variation3.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
75 // use length as 0
H A Dfgetcsv_variation15.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dftruncate_variation6-win32.phpt13 Description: Truncates a file to a given length
H A Dftruncate_variation6.phpt13 Description: Truncates a file to a given length
H A Dfgetcsv_variation8.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation9.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dftruncate_variation4-win32.phpt13 Description: Truncates a file to a given length
H A Dftruncate_variation4.phpt13 Description: Truncates a file to a given length
H A Dfgetcsv_variation19.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation24.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation7.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
/PHP-7.4/ext/soap/
H A Dphp_schema.c686 schema_restriction_var_int(trav, &cur_type->restrictions->length); in schema_restriction_simpleContent()
2404 delete_restriction_var_int(type->restrictions->length); in delete_type()
2451 delete_restriction_var_int_persistent(type->restrictions->length); in delete_type_persistent()
H A Dphp_sdl.c1353 type->restrictions->length = sdl_deserialize_resriction_int(in); in sdl_deserialize_type()
1948 sdl_serialize_resriction_int(type->restrictions->length,out); in sdl_serialize_type()
2754 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2755 make_persistent_restriction_int(&ptype->restrictions->length); in make_persistent_sdl_type()
/PHP-7.4/
H A Dphp.ini-development505 ; Set maximum length of log_errors. In error_log information about the source is
506 ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
1461 ; Set session ID character length. This value could be between 22 to 256.
1462 ; Shorter length than default is supported only for compatibility reason.
1464 ; http://php.net/session.sid-length
H A Dphp.ini-production505 ; Set maximum length of log_errors. In error_log information about the source is
506 ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
1461 ; Set session ID character length. This value could be between 22 to 256.
1462 ; Shorter length than default is supported only for compatibility reason.
1464 ; http://php.net/session.sid-length
/PHP-7.4/Zend/
H A Dzend_hash.c2685 ZEND_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *… in _zend_handle_numeric_str_ex() argument
2689 const char *end = key + length; in _zend_handle_numeric_str_ex()
2695 if ((*tmp == '0' && length > 1) /* numbers with leading zeros */ in _zend_handle_numeric_str_ex()
/PHP-7.4/ext/session/
H A Dsession.c3204 value_len = data->length; in php_session_rfc1867_callback()
3293 Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length; in php_session_rfc1867_callback()

Completed in 80 milliseconds

1...<<21222324