Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk14 for (i = 3; i <= length(str); i++) {
/PHP-7.4/ext/iconv/tests/
H A Dbug53891.phpt13 'line-length' => 74,
H A Dbug66828.phpt12 "line-length" => 76,
/PHP-7.4/ext/phar/tests/
H A D002.phpt17 internal corruption of phar "%s002.php" (truncated manifest at manifest length)
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_012.phpt23 Warning: oci_bind_array_by_name(): Invalid max length value (-10) in %s on line %d
/PHP-7.4/ext/opcache/tests/
H A Dbug76275.phpt19 function random_bytes($length)
/PHP-7.4/Zend/
H A Dzend_language_scanner.l748 if (length > original_offset) { in zend_get_scanned_file_offset()
750 } else if (length < original_offset) { in zend_get_scanned_file_offset()
753 } while (original_offset != length); in zend_get_scanned_file_offset()
843 size_t length; in zend_multibyte_yyinput_again() local
853 length = SCNG(script_org_size); in zend_multibyte_yyinput_again()
864 SCNG(script_filtered_size) = length; in zend_multibyte_yyinput_again()
870 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
2376 heredoc_label->length--;
2381 heredoc_label->length -= 2;
2388 heredoc_label->length -= 2;
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt36 $length = vfprintf( $fp, $format, $args );
40 var_dump( $length );
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt6 …_pbkdf2(string algo, string password, string salt, int iterations [, int length = 0, bool raw_outp…
34 echo "\n-- Testing hash_pbkdf2() function with invalid length --\n";
79 -- Testing hash_pbkdf2() function with invalid length --
/PHP-7.4/ext/date/
H A Dphp_date.c1122 int length = 0; in date_format() local
1198 length = slprintf(buffer, sizeof(buffer), "%03d", retval); in date_format()
1213 case 'O': length = slprintf(buffer, sizeof(buffer), "%c%02d%s%02d", in date_format()
1222 length = slprintf(buffer, sizeof(buffer), "%s", "UTC"); in date_format()
1232 length = slprintf(buffer, sizeof(buffer), "%c%02d:%02d", in date_format()
1267 smart_str_appendl(&string, buffer, length); in date_format()
4564 int length, have_format_spec = 0; in date_interval_format() local
4597 length = slprintf(buffer, sizeof(buffer), "%d", (int) t->days); in date_interval_format()
4599 length = slprintf(buffer, sizeof(buffer), "(unknown)"); in date_interval_format()
4605 case '%': length = slprintf(buffer, sizeof(buffer), "%%"); break; in date_interval_format()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug62759.phpt23 string(65) "grapheme_substr: length is beyond start: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-7.4/tests/basic/
H A D025.phpt2 Test HTTP_RAW_POST_DATA with excessive post length
/PHP-7.4/ext/exif/tests/bug72735/
H A Dbug72735.phpt13 echo 'Error, no length returned', PHP_EOL;
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73246.phpt2 Bug #73246 (XMLReader: encoding length not checked)
/PHP-7.4/ext/date/lib/
H A Dtimelib.c255 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp() argument
265 len = MIN(length, MIN(len1, len2)); in timelib_strncasecmp()
274 return (int)(MIN(length, len1) - MIN(length, len2)); in timelib_strncasecmp()
H A Dparse_date.re1320 int length = 0;
1348 int length = 0;
1362 int length = 0;
1376 int length = 0;
1390 int length = 0;
1417 int length = 0;
1431 int length = 0;
1445 int length = 0;
1459 int length = 0;
2182 int length;
[all …]
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h52 zend_long length; member
/PHP-7.4/ext/standard/tests/array/
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_04.phpt2 Bug #60455: stream_get_line and 1-line with maxlen size followed by 0-length
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_002.phpt14 // Total string length > 8192
/PHP-7.4/ext/date/tests/
H A Dbug65184.phpt2 Test bug #65184 strftime() returns insufficient-length string under multibyte locales
/PHP-7.4/ext/dom/tests/
H A DDOMNamedNodeMap_count.phpt20 var_dump($root->attributes->length);
H A DDomNodeList_count.phpt20 var_dump($root->childNodes->length);
H A Ddom_comment_variation.phpt20 for ($index = 0; $index < $children->length; $index++) {

Completed in 67 milliseconds

1...<<11121314151617181920>>...24