Home
last modified time | relevance | path

Searched refs:length (Results 251 – 275 of 678) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.1/Zend/
H A Dzend_operators.h91 ZEND_API zend_uchar ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend_long *…
145 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info); in is_numeric_string_ex()
148 static zend_always_inline zend_uchar is_numeric_string(const char *str, size_t length, zend_long *l… in is_numeric_string() argument
149 return is_numeric_string_ex(str, length, lval, dval, allow_errors, NULL); in is_numeric_string()
350 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length);
351 …PI char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length);
352 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length);
353 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length);
361 …TCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length);
363 …L zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size_t length);
[all …]
/PHP-7.1/ext/date/lib/
H A Dparse_date.re1271 int length = 0;
1299 int length = 0;
1313 int length = 0;
1327 int length = 0;
1341 int length = 0;
1368 int length = 0;
1382 int length = 0;
1396 int length = 0;
1410 int length = 0;
2027 int length;
[all …]
/PHP-7.1/ext/phar/tests/
H A Dfrontcontroller14.phpt13 Content-length: 4
H A Dfrontcontroller17.phpt13 Content-length: 4
H A Dwebphar_compilefail.phpt17 internal corruption of phar "%swebphar_compilefail.php" (truncated manifest at manifest length)
/PHP-7.1/ext/hash/
H A Dphp_hash_tiger.h30 unsigned int length:7; member
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c133 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
134 while (length-- > 0) in pchars()
234 while (length-- > 0) in match_ref()
252 while (length-- > 0) in match_ref()
646 int length; in match()
2767 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2773 eptr += length; in match()
3229 length = 1; in match()
3266 length = 1; in match()
3403 length = 1; in match()
[all …]
/PHP-7.1/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-7.1/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-7.1/ext/standard/tests/file/
H A Dstream_get_line.phpt2 Crash inside stream_get_line(), when length=0
/PHP-7.1/ext/dom/tests/
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
/PHP-7.1/ext/standard/tests/strings/
H A Dbug55451.phpt2 Bug #55451 (substr_compare with NULL as default length)
H A Dvfprintf_basic.phpt18 $length = vfprintf( $fp, $format, $args );
22 var_dump( $length );
H A Dstrrpos_variation15.phpt99 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
103 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
107 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
111 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-7.1/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
/PHP-7.1/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-7.1/ext/oci8/tests/
H A Dconn_attr_4.phpt59length > 64 !!!!!this is a very huge string with a length > 64 !!!!!this is a very huge string w…
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp308 zend_string *u8str =intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
394 u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
419 id_us.getBuffer(), id_us.length(), TIMEZONE_ERROR_CODE_P(to)); in PHP_FUNCTION()
562 …zend_string *u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), TIMEZONE_ERRO… in PHP_FUNCTION()
677 if (uWinID.length() == 0) { in PHP_FUNCTION()
684 winID = intl_convert_utf16_to_utf8(uWinID.getBuffer(), uWinID.length(), &error); in PHP_FUNCTION()
715 if (uID.length() == 0) { in PHP_FUNCTION()
722 id = intl_convert_utf16_to_utf8(uID.getBuffer(), uID.length(), &error); in PHP_FUNCTION()
/PHP-7.1/ext/phar/tests/cache_list/
H A Dfrontcontroller1.phpt15 Content-length: 3
H A Dfrontcontroller14.phpt15 Content-length: 4
H A Dfrontcontroller17.phpt15 Content-length: 4
/PHP-7.1/ext/date/
H A Dphp_date.c1095 int length = 0; in date_format() local
1171 length = slprintf(buffer, sizeof(buffer), "%03d", retval); in date_format()
1186 case 'O': length = slprintf(buffer, sizeof(buffer), "%c%02d%s%02d", in date_format()
1195 length = slprintf(buffer, sizeof(buffer), "%s", "UTC"); in date_format()
1205 length = slprintf(buffer, sizeof(buffer), "%c%02d:%02d", in date_format()
1240 smart_str_appendl(&string, buffer, length); in date_format()
4446 int length, have_format_spec = 0; in date_interval_format() local
4479 length = slprintf(buffer, sizeof(buffer), "%d", (int) t->days); in date_interval_format()
4481 length = slprintf(buffer, sizeof(buffer), "(unknown)"); in date_interval_format()
4487 case '%': length = slprintf(buffer, sizeof(buffer), "%%"); break; in date_interval_format()
[all …]
/PHP-7.1/main/streams/
H A Dplain_wrapper.c703 range->length = data->sb.st_size - range->offset; in php_stdiop_set_option()
705 if (range->length == 0 || range->length > data->sb.st_size) { in php_stdiop_set_option()
706 range->length = data->sb.st_size; in php_stdiop_set_option()
710 range->length = 0; in php_stdiop_set_option()
732 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
739 data->last_mapped_len = range->length; in php_stdiop_set_option()
794 if (range->length == 0 && range->offset > 0 && range->offset < size) { in php_stdiop_set_option()
795 range->length = size - range->offset; in php_stdiop_set_option()
797 if (range->length == 0 || range->length > size) { in php_stdiop_set_option()
798 range->length = size; in php_stdiop_set_option()
[all …]

Completed in 63 milliseconds

1...<<11121314151617181920>>...28