Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c372 int max; in fpm_children_make() local
377 max = wp->config->pm_start_servers; in fpm_children_make()
379 max = wp->running_children + nb_to_spawn; in fpm_children_make()
383 max = 0; /* do not create any child at startup */ in fpm_children_make()
385 max = wp->running_children + nb_to_spawn; in fpm_children_make()
388 max = wp->config->pm_max_children; in fpm_children_make()
398 …while (fpm_pctl_can_spawn_children() && wp->running_children < max && (fpm_global_config.process_m… in fpm_children_make()
443 if (wp->running_children < max) { in fpm_children_make()
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation2.phpt120 -- Reading file content less than max. file size, expeceted : 0 bytes --
139 -- Reading file content less than max. file size, expeceted : 0 bytes --
158 -- Reading file content less than max. file size, expeceted : 0 bytes --
177 -- Reading file content less than max. file size, expeceted : 0 bytes --
196 -- Reading file content less than max. file size, expeceted : 0 bytes --
215 -- Reading file content less than max. file size, expeceted : 0 bytes --
234 -- Reading file content less than max. file size, expeceted : 0 bytes --
253 -- Reading file content less than max. file size, expeceted : 0 bytes --
272 -- Reading file content less than max. file size, expeceted : 0 bytes --
293 -- Reading file content less than max. file size, expeceted : 0 bytes --
[all …]
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-7.4/Zend/tests/
H A Dbug74053.phpt13 static $max = 10;
15 if (self::$max-- <= 0) return;
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt21 function get_data($max)
36 $max = $max < $min ? $min : $max;
40 while (strlen($data) + strlen($end) < $max) {
54 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
/PHP-7.4/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.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt55 ["max-listen-queue"]=>
65 ["max-active-processes"]=>
67 ["max-children-reached"]=>
/PHP-7.4/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.4/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.4/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.4/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.4/ext/standard/tests/math/
H A Dbug75514.phpt2 Bug #75514 mt_rand returns value outside [$min,$max]
/PHP-7.4/ext/pcre/tests/
H A Dbug67238.phpt2 Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt50 $max = 5000; $total = 0; $step = 100;
51 while(proc_get_status($proc)["running"] && $max > $total) {
58 echo "Child $child_pid didn't exit after ${max}us\n";
/PHP-7.4/ext/standard/tests/array/
H A Dbug65304.phpt2 Bug #65304 (Use of max int in array_sum)
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php11 $maxlen = max($maxlen, strlen($matches[1]));
/PHP-7.4/ext/standard/tests/network/
H A Dbug72071.phpt2 Bug #72071 setcookie allows max-age to be negative
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69752.phpt29 $max = 1000;
32 for($i = 0; $i < $max; $i++) {
/PHP-7.4/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.4/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_contents_negative_length.phpt2 stream_get_contents() with negative max length

Completed in 52 milliseconds

12345678910