Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/mbstring/tests/
H A Dbug43841.phpt42 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
47 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
51 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
57 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
62 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
66 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dmb_substr_error2.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
23 $length = 5;
26 var_dump( mb_substr($str, $start, $length, $encoding));
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation2.phpt97 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
101 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
105 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
109 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
133 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
137 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
143 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
149 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
173 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
177 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt12 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
66 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
88 -- 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 --
108 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
118 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
128 -- 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 --
148 -- 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 --
[all …]
H A Dfgetss_variation1.phpt12 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
62 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
84 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
94 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
104 -- 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 --
124 -- 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 --
144 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
154 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c221 if ((length = php_mysqlnd_net_field_length(row))) { in ps_fetch_time()
239 (*row) += length; in ps_fetch_time()
248 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_time()
276 (*row)+= length; in ps_fetch_date()
285 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_date()
311 if (length > 4) { in ps_fetch_datetime()
320 (*row)+= length; in ps_fetch_datetime()
329 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_datetime()
346 DBG_INF_FMT("len = %lu", length); in ps_fetch_string()
348 ZVAL_STRINGL(zv, (char *)*row, length, 1); in ps_fetch_string()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice_variation3.phpt2 Test array_slice() function : usage variations - Pass different data types as $length arg
7 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
8 * Description: Returns elements specified by offset and length
13 * Pass different data types as $length argument to array_slice to test behaviour
31 // unexpected values to be passed to $length argument
H A Darray_slice_error.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
20 $length = 10;
23 var_dump( array_slice($input, $offset, $length, $preserve_keys, $extra_arg) );
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellcmd_bug71270.phpt2 Test escapeshellcmd() allowed argument length
12 Fatal error: escapeshellcmd(): Command exceeds the allowed length of %d bytes in %s on line %d
H A Descapeshellarg_bug71270.phpt2 Test escapeshellarg() allowed argument length
12 Fatal error: escapeshellarg(): Argument exceeds the allowed length of %d bytes in %s on line %d
/PHP-5.5/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-5.5/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt51 echo "\nkey length=".strlen($key)."\n";
64 key length=20
68 key length=24
72 key length=30
76 key length=32
80 key length=40
/PHP-5.5/ext/phar/tests/
H A D006.phpt2 Phar::mapPhar truncated manifest (manifest length truncated)
14 internal corruption of phar "%s" (truncated manifest at manifest length)
/PHP-5.5/ext/dom/tests/
H A Dbug46335.phpt10 $length = 3;
19 $matched->splitText($length);
28 $matched->splitText($length);
H A DDOMCharacterData_length_error_001.phpt2 Invalid State Error when getting length on DOMCharacterData out of content.
11 print $character_data->length;
/PHP-5.5/ext/iconv/tests/
H A Diconv_substr_error2.phpt10 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
23 $length = 5;
26 var_dump( iconv_substr($str, $start, $length, $encoding));
H A Diconv_strlen-charset-length-cve-2007-4840.phpt2 iconv_strlen() charset parameter length checks (CVE-2007-4840)
12 Warning: iconv_strlen(): Charset parameter exceeds the maximum allowed length of %d characters in %…
H A Diconv_mime_decode-charset-length-cve-2007-4840.phpt2 iconv_mime_decode() charset parameter length checks (CVE-2007-4840)
12 Warning: iconv_mime_decode(): Charset parameter exceeds the maximum allowed length of %d characters…
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt2 iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840)
12 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)
12 Warning: iconv_strpos(): Charset parameter exceeds the maximum allowed length of %d characters in %…
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt2 iconv_strrpos() charset parameter length checks (CVE-2007-4840)
12 Warning: iconv_strrpos(): Charset parameter exceeds the maximum allowed length of %d characters in …
/PHP-5.5/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) {
/PHP-5.5/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-5.5/ext/oci8/tests/
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-5.5/ext/hash/
H A Dhash.c438 while (length) { in PHP_FUNCTION()
442 if (length > 0 && toread > length) { in PHP_FUNCTION()
443 toread = length; in PHP_FUNCTION()
451 length -= n; in PHP_FUNCTION()
640 if (length < 0) { in PHP_FUNCTION()
664 if (length == 0) { in PHP_FUNCTION()
667 length = length * 2; in PHP_FUNCTION()
670 digest_length = length; in PHP_FUNCTION()
730 returnval[length] = 0; in PHP_FUNCTION()
1127 ZEND_ARG_INFO(0, length)
[all …]

Completed in 70 milliseconds

12345678910>>...25