Home
last modified time | relevance | path

Searched refs:length (Results 401 – 425 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/win32/build/
H A Dconfig.w3290 if (PHP_OBJECT_OUT_DIR.length) {
263 DEFINE("PGOPGD_DIR", ((PHP_PGO.length == 0 || PHP_PGO == "yes") ? "$(BUILD_DIR)" : PHP_PGO));
320 if (PHP_EXTRA_INCLUDES.length) {
322 for (i = 0; i < path.length; i++) {
329 if (PHP_EXTRA_LIBS.length) {
331 for (i = 0; i < path.length; i++) {
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1739 int length = -1; in find_fixedlength() local
1784 if (length < 0) length = branchlength; in find_fixedlength()
8261 int length; in compile_regex() local
8336 length += 1 + LINK_SIZE; in compile_regex()
8496 length += 2 + 2*LINK_SIZE; in compile_regex()
8520 *lengthptr += length; in compile_regex()
8537 length += 1 + LINK_SIZE; in compile_regex()
8930 slot[IMM2_SIZE + length] = 0; in add_name()
9323 cd, &length); in pcre_compile2()
9329 if (length > MAX_PATTERN_SIZE) in pcre_compile2()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.h69 char * (*get_backtrace)(uint max_levels, size_t * length TSRMLS_DC);
77 PHPAPI char * mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC);
H A Dmysqlnd_driver.c219 stmt->execute_cmd_buffer.length = 4096; in MYSQLND_METHOD()
220 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in MYSQLND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2180 Subject length lower bound = 3
192 Subject length lower bound = 3
204 Subject length lower bound = 1
212 Subject length lower bound = 1
233 Subject length lower bound = 1
514 Subject length lower bound = 1
522 Subject length lower bound = 1
530 Subject length lower bound = 1
593 Subject length lower bound = 1
601 Subject length lower bound = 1
[all …]
H A Dtestoutput14363 Subject length lower bound = 3
390 Subject length lower bound = 1
398 Subject length lower bound = 1
406 Subject length lower bound = 1
414 Subject length lower bound = 1
422 Subject length lower bound = 1
H A Dtestoutput2329 Subject length lower bound = 1
56 Subject length lower bound = 1
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp104 int32_t length; in snext() local
105 const UChar* str = uenum_unext(uenum, &length, &status); in snext()
109 return &unistr.setTo(str, length); in snext()
114 int32_t length = -1; in next() local
115 const char* str = uenum_next(uenum, &length, &status); in next()
121 *resultLength = (length == -1) ? strlen(str) : length; in next()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt87 key length). It is also known as level 5 strength.
111 difference in string comparison performance and/or sort key length.
176 it is set On, but sort key length is unaffected.
188 length.
207 There is no significant effect on sort key length. If the input text is known to be in NFD or NFKD
226 sort key length will not be affected unless the strength level is also increased.
235 length and string comparison string comparison performance.
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation16.phpt2 Test fgetcsv() : usage variations - with default enclosure & length as 0
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
11 and length value equal to zero
14 echo "*** Testing fgetcsv() : with default enclosure & length as 0 ***\n";
71 // use length as 0
88 *** Testing fgetcsv() : with default enclosure & length as 0 ***
H A Dfile_get_contents_variation6.phpt131 Error: 2 - file_get_contents(): length must be greater than or equal to zero, %s(%d)
138 Error: 2 - file_get_contents(): length must be greater than or equal to zero, %s(%d)
H A Dfgetss_variation4.phpt11 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
63 // now file is at the end try reading with length and allowable tags,expecting false
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_basic.phpt24 //$from and $to are of same length
H A Dstrcspn_variation4.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_variation4.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-5.5/ext/oci8/tests/
H A Darray_bind_002.phpt62 Warning: oci_bind_array_by_name(): Maximum array length must be greater than zero in %s on line %d
H A Darray_bind_011.phpt62 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
H A Dreflection1.phpt448 Parameter #1 [ <required> $length ]
470 Parameter #1 [ <optional> $length ]
479 Parameter #2 [ <optional> $length ]
526 Parameter #2 [ <optional> $length ]
543 Parameter #2 [ <optional> $length ]
553 Parameter #3 [ <optional> $length ]
943 Parameter #3 [ <optional> $length ]
/PHP-5.5/ext/wddx/tests/
H A D005.phpt41 …><var name='test3'><number>654321</number></var><var name='test4'><array length='3'><string>some s…
H A D004.phpt63 …><var name='test3'><number>654321</number></var><var name='test4'><array length='3'><string>some s…
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice.phpt56 /* offset value variations with length values */
69 /* offset value, length value and preserve_key values variation */
83 /* variation of offset and length to point to same element */
84 echo"\n*** Typical Variation of offset and length Arguments ***\n";
1443 *** Typical Variation of offset and length Arguments ***
H A Darray_splice_basic.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_splice_variation1.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_slice_variation11.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
/PHP-5.5/ext/standard/
H A Dhtml.c815 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html() argument
834 *length = *buf - *start; in process_named_entity_html()
836 if (*length == 0) in process_named_entity_html()
844 static inline int resolve_named_entity_html(const char *start, size_t length, const entity_ht *ht, … in resolve_named_entity_html() argument
847 ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
851 if (s->entity_len == length) { in resolve_named_entity_html()
852 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()

Completed in 113 milliseconds

1...<<11121314151617181920>>...25