Home
last modified time | relevance | path

Searched refs:length (Results 76 – 100 of 588) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/dom/tests/
H A Dbug46335.phpt10 $length = 3;
19 $matched->splitText($length);
28 $matched->splitText($length);
H A DDOMNode_removeChild_basic.phpt41 $len = $children->length;
43 for ($index = $children->length - 1; $index >=0; $index--) {
52 $len = $children->length;
54 for ($index = 0; $index < $children->length; $index++) {
/PHP-7.4/build/
H A Dorder_by_dep.awk17 if (!length($5)) {
40 mod_name_len = length(module_name);
47 ext = substr(ext, mod_name_len+2, length(ext)-mod_name_len);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c197 #define CHECKMEMCPY(from,length) \ argument
199 if (!overflowed && lengthleft < length) \
203 extra_needed = length - lengthleft; \
207 extra_needed += length; \
212 buff_offset += length; \
213 lengthleft -= length; \
317 if (length == PCRE2_ZERO_TERMINATED) length = PRIV(strlen)(subject); in pcre2_substitute()
342 if (start_offset > length) in pcre2_substitute()
395 start_offset < length && in pcre2_substitute()
407 while (start_offset < length && in pcre2_substitute()
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt2 SplFileObject::fwrite function - writing with two parameters length < input string length
H A DSplFileObject_fwrite_variation_002.phpt2 SplFileObject::fwrite function - writing with two parameters, length > input string length
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode-charset-length-cve-2007-4840.phpt2 iconv_mime_decode() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_mime_decode(): Charset parameter exceeds the maximum allowed length of %d characters…
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_strrpos(): Charset parameter exceeds the maximum allowed length of %d characters in …
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_mime_decode_headers(): Charset parameter exceeds the maximum allowed length of %d ch…
H A Diconv_strpos-charset-length-cve-2007-4840.phpt2 iconv_strpos() charset parameter length checks (CVE-2007-4840)
11 Warning: iconv_strpos(): Charset parameter exceeds the maximum allowed length of %d characters in %…
H A Diconv_substr-charset-length-cve-2007-4783.phpt2 iconv_substr() charset parameter length checks (CVE-2007-4783)
12 Warning: iconv_substr(): Charset parameter exceeds the maximum allowed length of %d characters in %…
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_individual.phpt2 Test ResourceBundle::get() and length() - existing/missing keys
14 $str_res .= sprintf( "length: %d\n", ut_resourcebundle_count($r) );
37 length: 6
/PHP-7.4/ext/oci8/
H A Doci8_lob.c122 *length = 0; in php_oci_lob_get_length()
125 *length = descriptor->lob_size; in php_oci_lob_get_length()
242 ub4 length = 0; in php_oci_lob_read() local
264 if (length <= 0) { in php_oci_lob_read()
268 if (initial_offset > length) { in php_oci_lob_read()
274 requested_len = length; in php_oci_lob_read()
521 if (length == -1) { in php_oci_lob_copy()
524 copy_len = (ub4) length; in php_oci_lob_copy()
854 if (length == -1) { in php_oci_lob_erase()
855 length = lob_length; in php_oci_lob_erase()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt2 dl() filename length checks (CVE-2007-4887)
17 Warning: dl(): File name exceeds the maximum allowed length of %d characters in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt53 $length = $meta->length;
54 if ($length > strlen($insert)) {
56 $expected = str_repeat('0', $length - strlen($insert));
63 } else if ($length <= 1) {
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt53 if ($field->length != $charsetInfo->max_length) {
54 printf("[005] Expecting length %d got %d\n",
86 ["length"]=>
114 ["length"]=>
142 ["length"]=>
170 ["length"]=>
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_013.phpt29 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
32 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
35 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
H A Dreflection2.phpt45 Parameter #0 [ <optional> $length ]
53 Parameter #1 [ <optional> $length ]
86 Parameter #0 [ <required> $length ]
108 Parameter #1 [ <optional> $length ]
130 Parameter #2 [ <optional> $length ]
139 Parameter #2 [ <optional> $length ]
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_mkdir.phpt2 Mkdir with path length < 260 and > 248 has be a long path
11 die("skip the starting path length is unsuitable for this test");
29 // create the exact length
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_variation5.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
16 * Test how mb_substr() behaves when passed a range of integers as $length argument
43 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
46 echo "Difference in length of ASCII string and multibyte string\n";
H A Dmb_substr_variation7.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
16 * Test how mb_substr() behaves when passed a range of integers as $length argument
48 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
51 echo "Difference in length of ASCII string and multibyte string\n";
H A Dbug45923.phpt152 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
162 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
179 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
189 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
206 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
216 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
233 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
243 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt28 $length = strlen($value);
30 if($length < 0x8000) { $retval .= chr($length >> 8) . chr($length & 0xFF); }
31 …0x80) . chr(0x04) . chr(($length >> 24) & 0xFF) . chr(($length >> 16) & 0xFF) . chr(($length >…
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt14 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
68 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
90 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
102 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
114 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
126 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
138 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
150 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
162 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
174 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
H A Dfgetss_variation1.phpt14 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
64 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
86 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
98 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
110 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
122 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
134 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
146 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
158 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
170 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]

Completed in 27 milliseconds

12345678910>>...24