Home
last modified time | relevance | path

Searched refs:length (Results 226 – 250 of 620) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Dbug37773.phpt2 Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1")
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation6_64bit.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
165 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dvfprintf_basic.phpt18 $length = vfprintf( $fp, $format, $args );
22 var_dump( $length );
/PHP-5.5/ext/phar/tests/
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A Dfrontcontroller1.phpt13 Content-length: 3
H A Dfrontcontroller14.phpt13 Content-length: 4
H A Dfrontcontroller17.phpt13 Content-length: 4
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c135 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
136 while (length-- > 0) in pchars()
236 while (length-- > 0) in match_ref()
254 while (length-- > 0) in match_ref()
648 int length; in match()
2769 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2775 eptr += length; in match()
3231 length = 1; in match()
3268 length = 1; in match()
3405 length = 1; in match()
[all …]
/PHP-5.5/tests/basic/
H A Dreq44164.phpt14 header("Content-length: 200");
/PHP-5.5/ext/hash/
H A Dphp_hash_tiger.h30 unsigned int length:7; member
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Demoji.c72 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, dev.allocsz); in main()
101 mbfl_memory_device_realloc(&dev2, dev2.length + dev2.allocsz, dev2.allocsz); in main()
/PHP-5.5/ext/standard/
H A Diptc.c134 unsigned int length; in php_iptc_skip_variable() local
141 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
143 length -= 2; in php_iptc_skip_variable()
145 while (length--) in php_iptc_skip_variable()
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt57length > 64 !!!!!this is a very huge string with a length > 64 !!!!!this is a very huge string w…
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c406 long lstart = 0, length = 0; in PHP_FUNCTION() local
415 …ameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|l", (char **)&str, &str_len, &lstart, &length) == FAILURE) { in PHP_FUNCTION()
436 …grapheme_substr_ascii((char *)str, str_len, start, length, ZEND_NUM_ARGS(), (char **) &sub_str, &s… in PHP_FUNCTION()
536 if(length == 0) { in PHP_FUNCTION()
547 if ( length < 0 ) { in PHP_FUNCTION()
559 while ( length ) { in PHP_FUNCTION()
566 length += iter_val; in PHP_FUNCTION()
572 if(length < 0) { in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c670 range->length = data->sb.st_size - range->offset; in php_stdiop_set_option()
672 if (range->length == 0 || range->length > data->sb.st_size) { in php_stdiop_set_option()
673 range->length = data->sb.st_size; in php_stdiop_set_option()
677 range->length = 0; in php_stdiop_set_option()
699 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
706 data->last_mapped_len = range->length; in php_stdiop_set_option()
761 if (range->length == 0 && range->offset > 0 && range->offset < size) { in php_stdiop_set_option()
762 range->length = size - range->offset; in php_stdiop_set_option()
764 if (range->length == 0 || range->length > size) { in php_stdiop_set_option()
765 range->length = size; in php_stdiop_set_option()
[all …]
/PHP-5.5/ext/dom/tests/
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller1.phar.phpt13 Content-length: 3
H A Dfrontcontroller14.phar.phpt13 Content-length: 4
H A Dfrontcontroller17.phar.phpt13 Content-length: 4
/PHP-5.5/ext/standard/tests/file/
H A Dstream_get_line.phpt2 Crash inside stream_get_line(), when length=0
/PHP-5.5/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-5.5/ext/filter/
H A Dlogical_filters.c786 int tokens, length, i, offset, exp_separator_set, exp_separator_len; in php_filter_validate_mac() local
804 length = 4; in php_filter_validate_mac()
809 length = 2; in php_filter_validate_mac()
814 length = 2; in php_filter_validate_mac()
829 offset = i * (length + 1); in php_filter_validate_mac()
831 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
835 if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) { in php_filter_validate_mac()
/PHP-5.5/Zend/
H A Dzend_operators.h138 if (!length) {
150 length--;
161 if (length > 2 && *str == '0' && (str[1] == 'x' || str[1] == 'X')) {
229 if (ptr != str + length) {
269 return is_numeric_string_ex(str, length, lval, dval, allow_errors, NULL); in is_numeric_string()
344 ZEND_API double zend_string_to_double(const char *number, zend_uint length);
356 ZEND_API void zend_str_tolower(char *str, unsigned int length);
357 ZEND_API char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length);
358 ZEND_API char *zend_str_tolower_dup(const char *source, unsigned int length);
365 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
[all …]
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller1.phpt15 Content-length: 3

Completed in 72 milliseconds

12345678910>>...25