Home
last modified time | relevance | path

Searched refs:max (Results 51 – 75 of 254) sorted by relevance

1234567891011

/PHP-7.3/ext/standard/tests/array/
H A Drange_variation1.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Drange_variation1_64bit.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Darray_reduce_variation2.phpt18 var_dump(array_reduce("bogusarray", "max"));
20 var_dump(array_reduce(new stdClass(), "max"));
H A Dbug65304.phpt2 Bug #65304 (Use of max int in array_sum)
/PHP-7.3/ext/soap/tests/
H A Dbug73037.phpt19 function get_data($max)
34 $max = $max < $min ? $min : $max;
38 while (strlen($data) + strlen($end) < $max) {
52 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation34.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 Dsprintf_variation46.phpt17 -2147483648, // max negative integer value
19 2147483647, // max positive integer value
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
H A Dsprintf_variation34_64bit.phpt19 -2147483648, // max negative integer value
21 2147483647, // max positive integer value
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
H A Dsprintf_variation16.phpt16 -0x80000001, // float value, beyond max negative int
17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
19 -020000000001, // float value, beyond max negative int
/PHP-7.3/Zend/tests/
H A Dbug74053.phpt13 static $max = 10;
15 if (self::$max-- <= 0) return;
/PHP-7.3/ext/standard/tests/general_functions/
H A Dis_int.phpt19 -2147483648, // max negative integer value
21 2147483647, // max positive integer value
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
32 -020000000000, // max negative integer as octal
33 017777777777, // max positive integer as octal
60 -0x80000001, // float value, beyond max negative int
61 0x800000001, // float value, beyond max positive int
62 020000000001, // float value, beyond max positive int
[all …]
H A Dis_int_64bit.phpt21 -2147483648, // max negative integer value
23 2147483647, // max positive integer value
29 -0x80000000, // max negative integer as hexadecimal
30 0x7fffffff, // max positive integer as hexadecimal
31 0x7FFFFFFF, // max positive integer as hexadecimal
34 -020000000000, // max negative integer as octal
35 017777777777, // max positive integer as octal
62 -0x80000001, // float value, beyond max negative int
63 0x800000001, // float value, beyond max positive int
64 020000000001, // float value, beyond max positive int
[all …]
/PHP-7.3/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt55 ["max-listen-queue"]=>
65 ["max-active-processes"]=>
67 ["max-children-reached"]=>
/PHP-7.3/ext/zlib/tests/
H A Dgzuncompress_basic1.phpt30 echo "\n-- Calling gzuncompress() with max length of $length --\n";
41 -- Calling gzuncompress() with max length of 3547 --
/PHP-7.3/ext/wddx/tests/
H A Dbug35410.phpt23 <var name="max">
61 ["max"]=>
H A Dbug35410_64bit.phpt23 <var name="max">
61 ["max"]=>
/PHP-7.3/ext/odbc/tests/
H A Dbug73725.phpt2 Bug #73725 Unable to retrieve value of varchar(max) type
12 odbc_do($conn, "CREATE TABLE bug73725(i int, txt varchar(max), k int)");
/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c36 static int fpm_event_select_init(int max);
73 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init() argument
/PHP-7.3/ext/pcre/tests/
H A Dbug67238.phpt2 Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
/PHP-7.3/ext/standard/tests/math/
H A Dbug75514.phpt2 Bug #75514 mt_rand returns value outside [$min,$max]
/PHP-7.3/ext/pdo_mysql/
H A Dget_error_codes.php10 $maxlen = max($maxlen, strlen($matches[1]));
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug69752.phpt29 $max = 1000;
32 for($i = 0; $i < $max; $i++) {
/PHP-7.3/ext/date/tests/
H A Dcheckdate_basic1.phpt24 var_dump( checkdate(7, 2, 32767) ); // max year
31 var_dump( checkdate(7, 2, 32768) ); // >max year
/PHP-7.3/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-7.3/ext/standard/tests/network/
H A Dbug72071.phpt2 Bug #72071 setcookie allows max-age to be negative

Completed in 43 milliseconds

1234567891011