Home
last modified time | relevance | path

Searched refs:max (Results 126 – 150 of 216) sorted by last modified time

123456789

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation2.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation20.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation33.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
47 -020000000000, // max negative integer as octal
48 017777777777 // max positive integer as octal
H A Dfscanf_variation39.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
47 -020000000000, // max negative integer as octal
48 017777777777 // max positive integer as octal
H A Dfscanf_variation45.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
41 -020000000000, // max negative integer as octal
42 017777777777 // max positive integer as octal
H A Dfscanf_variation46.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfread_basic.phpt83 // reading 1000 bytes within the file max size
H A Dfread_variation1.phpt119 -- Reading file content less than max. file size, expeceted : 1000 bytes --
134 -- Reading file content less than max. file size, expeceted : 1000 bytes --
149 -- Reading file content less than max. file size, expeceted : 1000 bytes --
164 -- Reading file content less than max. file size, expeceted : 1000 bytes --
179 -- Reading file content less than max. file size, expeceted : 1000 bytes --
194 -- Reading file content less than max. file size, expeceted : 1000 bytes --
209 -- Reading file content less than max. file size, expeceted : 1000 bytes --
224 -- Reading file content less than max. file size, expeceted : 1000 bytes --
239 -- Reading file content less than max. file size, expeceted : 1000 bytes --
256 -- Reading file content less than max. file size, expeceted : 1000 bytes --
[all …]
H A Dfread_variation2.phpt118 -- Reading file content less than max. file size, expeceted : 0 bytes --
133 -- Reading file content less than max. file size, expeceted : 0 bytes --
148 -- Reading file content less than max. file size, expeceted : 0 bytes --
163 -- Reading file content less than max. file size, expeceted : 0 bytes --
178 -- Reading file content less than max. file size, expeceted : 0 bytes --
193 -- Reading file content less than max. file size, expeceted : 0 bytes --
208 -- Reading file content less than max. file size, expeceted : 0 bytes --
223 -- Reading file content less than max. file size, expeceted : 0 bytes --
238 -- Reading file content less than max. file size, expeceted : 0 bytes --
255 -- Reading file content less than max. file size, expeceted : 0 bytes --
[all …]
H A Dfscanf_variation15.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfgetcsv_variation26.phpt64 // use the right delimiter and enclosure with max length
H A Dfgetcsv_variation1.phpt75 // use the right delimiter and enclosure with max length
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
H A Dbug37158.phpt2 Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works)
/PHP-5.5/ext/standard/tests/array/
H A Dmax_variation2.phpt2 Test variations in usage of max()
12 var_dump(max(array(2,1,2)));
13 var_dump(max(array(-2,1,2)));
14 var_dump(max(array(2.1,2.11,2.09)));
15 var_dump(max(array("", "t", "b")));
16 var_dump(max(array(false, true, false)));
17 var_dump(max(array(true, false, true)));
18 var_dump(max(array(1, true, false, true)));
19 var_dump(max(array(0, true, false, true)));
20 var_dump(max(array(0, 1, array(2,3))));
[all …]
H A Drange_variation1_64bit.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Dmax_basiclong_64bit.phpt2 Test max function : 64bit long tests
27 var_dump(max($arrayVals));
28 var_dump(max($longVals));
H A Dmax_error.phpt13 var_dump(max());
14 var_dump(max(1));
15 var_dump(max(array()));
16 var_dump(max(new stdclass));
22 Warning: max() expects at least 1 parameter, 0 given in %s on line 10
25 Warning: max(): When only one parameter is given, it must be an array in %s on line 11
28 Warning: max(): Array must contain at least one element in %s on line 12
31 Warning: max(): When only one parameter is given, it must be an array in %s on line 13
H A Dmax_variation1.phpt2 Test variations in usage of max()
6 * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
11 var_dump(max(2147483645, 2147483646) );
12 var_dump(max(2147483647, 2147483648) );
13 var_dump(max(2147483646, 2147483648) );
14 var_dump(max(-2147483647, -2147483646) );
15 var_dump(max(-2147483648, -2147483647) );
16 var_dump(max(-2147483649, -2147483647) );
20 var_dump(max(0, 1 , 2, 3, 4, 5, 6, 7, 8, 9, 0, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,0, 1 , 2,…
H A Drange_variation1.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Dmax_basic.phpt2 Test return type and value for expected input max()
6 * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
12 var_dump(max(2,1,2));
13 var_dump(max(-2,1,2));
14 var_dump(max(2.1,2.11,2.09));
15 var_dump(max("", "t", "b"));
16 var_dump(max(false, true, false));
17 var_dump(max(true, false, true));
18 var_dump(max(1, true, false, true));
19 var_dump(max(0, true, false, true));
[all …]
H A Dmax.phpt2 max() tests
8 var_dump(max());
9 var_dump(max(1));
10 var_dump(max(array()));
11 var_dump(max(new stdclass));
12 var_dump(max(2,1,2));
13 var_dump(max(2.1,2.11,2.09));
14 var_dump(max("", "t", "b"));
15 var_dump(max(false, true, false));
16 var_dump(max(true, false, true));
[all …]
H A Dbug65304.phpt2 Bug #65304 (Use of max int in array_sum)
H A Darray_push_error2.phpt2 Test array_push() function : error conditions - max int value as key
17 $array = array(PHP_INT_MAX => 'max');
32 string(3) "max"
H A Darray_reduce_variation2.phpt18 var_dump(array_reduce("bogusarray", "max"));
20 var_dump(array_reduce(new stdClass(), "max"));

Completed in 133 milliseconds

123456789