Home
last modified time | relevance | path

Searched refs:max (Results 201 – 225 of 258) sorted by last modified time

1234567891011

/php-src/ext/standard/tests/file/
H A Dfscanf_variation21.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation27.phpt23 -2147483648, // max negative integer value
25 2147483647, // max positive integer value
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max positive integer as hexadecimal
33 0x7FFFFFFF, // max positive integer as hexadecimal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
H A Dfscanf_variation28.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation3.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation33.phpt29 -2147483648, // max negative integer value
31 2147483647, // max positive integer value
37 -0x80000000, // max negative integer as hexadecimal
38 0x7fffffff, // max positive integer as hexadecimal
39 0x7FFFFFFF, // max positive integer as hexadecimal
42 -020000000000, // max negative integer as octal
43 017777777777 // max positive integer as octal
H A Dfscanf_variation34.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation39.phpt29 -2147483648, // max negative integer value
31 2147483647, // max positive integer value
37 -0x80000000, // max negative integer as hexadecimal
38 0x7fffffff, // max positive integer as hexadecimal
39 0x7FFFFFFF, // max positive integer as hexadecimal
42 -020000000000, // max negative integer as octal
43 017777777777 // max positive integer as octal
H A Dfscanf_variation40.phpt29 -0x80000001, // float value, beyond max negative int
30 0x800000001, // float value, beyond max positive int
31 020000000001, // float value, beyond max positive int
32 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation45.phpt23 -2147483648, // max negative integer value
25 2147483647, // max positive integer value
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max positive integer as hexadecimal
33 0x7FFFFFFF, // max positive integer as hexadecimal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
H A Dfscanf_variation46.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation8.phpt22 -0x80000001, // float value, beyond max negative int
23 0x800000001, // float value, beyond max positive int
24 020000000001, // float value, beyond max positive int
25 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation9.phpt30 -2147483648, // max negative integer value
32 2147483647, // max positive integer value
38 -0x80000000, // max negative integer as hexadecimal
39 0x7fffffff, // max positive integer as hexadecimal
40 0x7FFFFFFF, // max positive integer as hexadecimal
43 -020000000000, // max negative integer as octal
44 017777777777 // max positive integer as octal
H A Dfread_basic.phpt75 // reading 1000 bytes within the file max size
H A Dfread_variation1.phpt111 -- Reading file content less than max. file size, expected : 1000 bytes --
126 -- Reading file content less than max. file size, expected : 1000 bytes --
141 -- Reading file content less than max. file size, expected : 1000 bytes --
156 -- Reading file content less than max. file size, expected : 1000 bytes --
171 -- Reading file content less than max. file size, expected : 1000 bytes --
186 -- Reading file content less than max. file size, expected : 1000 bytes --
201 -- Reading file content less than max. file size, expected : 1000 bytes --
216 -- Reading file content less than max. file size, expected : 1000 bytes --
231 -- Reading file content less than max. file size, expected : 1000 bytes --
248 -- Reading file content less than max. file size, expected : 1000 bytes --
[all …]
H A Dfread_variation2.phpt112 -- Reading file content less than max. file size, expected : 0 bytes --
131 -- Reading file content less than max. file size, expected : 0 bytes --
150 -- Reading file content less than max. file size, expected : 0 bytes --
169 -- Reading file content less than max. file size, expected : 0 bytes --
188 -- Reading file content less than max. file size, expected : 0 bytes --
207 -- Reading file content less than max. file size, expected : 0 bytes --
226 -- Reading file content less than max. file size, expected : 0 bytes --
245 -- Reading file content less than max. file size, expected : 0 bytes --
264 -- Reading file content less than max. file size, expected : 0 bytes --
285 -- Reading file content less than max. file size, expected : 0 bytes --
[all …]
H A Dfscanf_variation15.phpt23 -0x80000001, // float value, beyond max negative int
24 0x800000001, // float value, beyond max positive int
25 020000000001, // float value, beyond max positive int
26 -020000000001, // float value, beyond max negative int
H A Dfgetcsv_variation1.phpt74 // use the right delimiter and enclosure with max length
H A Dbug37158.phpt2 Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works)
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/php-src/ext/standard/tests/array/
H A Dmax.phpt2 max() tests
9 var_dump(max(1));
15 var_dump(max(array()));
21 var_dump(max(new stdclass));
26 var_dump(max(2,1,2));
27 var_dump(max(2.1,2.11,2.09));
28 var_dump(max("", "t", "b"));
29 var_dump(max(false, true, false));
30 var_dump(max(true, false, true));
31 var_dump(max(1, true, false, true));
[all …]
H A Dmax_basic.phpt2 Test return type and value for expected input max()
11 var_dump(max(2,1,2));
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));
17 var_dump(max(1, true, false, true));
18 var_dump(max(0, true, false, true));
19 var_dump(max(0, 1, array(2,3)));
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_variation1.phpt2 Test variations in usage of max()
10 var_dump(max(2147483645, 2147483646) );
11 var_dump(max(2147483647, 2147483648) );
12 var_dump(max(2147483646, 2147483648) );
13 var_dump(max(-2147483647, -2147483646) );
14 var_dump(max(-2147483648, -2147483647) );
15 var_dump(max(-2147483649, -2147483647) );
19 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 Dmax_variation2.phpt2 Test variations in usage of max()
11 var_dump(max(array(2,1,2)));
12 var_dump(max(array(-2,1,2)));
13 var_dump(max(array(2.1,2.11,2.09)));
14 var_dump(max(array("", "t", "b")));
15 var_dump(max(array(false, true, false)));
16 var_dump(max(array(true, false, true)));
17 var_dump(max(array(1, true, false, true)));
18 var_dump(max(array(0, true, false, true)));
19 var_dump(max(array(0, 1, array(2,3))));
[all …]
H A Dbug65304.phpt2 Bug #65304 (Use of max int in array_sum)

Completed in 34 milliseconds

1234567891011