Home
last modified time | relevance | path

Searched refs:length (Results 251 – 275 of 620) sorted by last modified time

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation14.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation15.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation19.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation2.phpt2 Test fgetcsv() : usage variations - with length as 0
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
12 echo "*** Testing fgetcsv() : with length as 0 ***\n";
75 // use length as 0
92 *** Testing fgetcsv() : with length as 0 ***
H A Dfgetcsv_variation20.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfgetcsv_variation21.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
H A Dbug26938.phpt11 . 'foreach($lengths as $length) {'
12 . ' for($i=0;$i<$length;$i++) print chr(65+$i % 27);'
18 . 'foreach($lengths as $length) {'
19 . ' for($i=0;$i<$length;$i++) print chr(65+$i % 27);'
24 print "md5(line $i)= " . md5($out[$i]) . " (length " .
28 md5(line 0)= e86410fa2d6e2634fd8ac5f4b3afe7f3 (length 10)
29 md5(line 1)= e84debf3a1d132871d7fe45c1c04c566 (length 20000)
30 md5(line 2)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
31 md5(line 3)= 2ecdde3959051d913f61b14579ea136d (length 5)
32 md5(line 4)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
[all …]
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
/PHP-5.5/ext/standard/tests/array/
H A Dprev_basic.phpt30 $length = count($array2);
31 for ($i = $length; $i > 0; $i--) {
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
H A Darray_slice.phpt56 /* offset value variations with length values */
69 /* offset value, length value and preserve_key values variation */
83 /* variation of offset and length to point to same element */
84 echo"\n*** Typical Variation of offset and length Arguments ***\n";
1443 *** Typical Variation of offset and length Arguments ***
H A Darray_slice_basic.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 2;
24 var_dump( array_slice($input, $offset, $length, $preserve_keys) );
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) );
H A Darray_slice_variation10.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation11.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation2.phpt7 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
8 * Description: Returns elements specified by offset and length
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_variation4.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 3;
88 var_dump( array_slice($input_array, $offset, $length, $input) );
H A Darray_slice_variation5.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation6.phpt35 -- $length is -6 --
39 -- $length is -5 --
43 -- $length is -4 --
47 -- $length is -3 --
53 -- $length is -2 --
71 -- $length is 0 --
75 -- $length is 1 --
81 -- $length is 2 --
89 -- $length is 3 --
99 -- $length is 4 --
[all …]
H A Darray_slice_variation7.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 10; // to ensure all elements are displayed
105 var_dump( array_slice($input, $offset, $length, true) );
107 var_dump( array_slice($input, $offset, $length, false) );
H A Darray_slice_variation8.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation9.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_splice_basic.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])

Completed in 42 milliseconds

1...<<11121314151617181920>>...25