Home
last modified time | relevance | path

Searched refs:max (Results 226 – 250 of 258) sorted by path

1234567891011

/php-src/sapi/fpm/
H A Dphp-fpm.conf.in87 ; process.max = 128
105 ; Set max core size rlimit for the master process.
H A Dwww.conf.in170 ; max listen queue - the maximum number of requests in the queue
176 ; max active processes - the maximum number of active processes since FPM
178 ; max children reached - number of times, the process limit has been reached,
189 ; max listen queue: 1
194 ; max active processes: 12
195 ; max children reached: 0
228 ; last request memory - the max amount of memory the last request consumed
406 ; Set max core size rlimit.
/php-src/sapi/fpm/tests/
H A Dfcgi.inc664 * @param int $readLimit max content size
776 // Pick random number between 1 and max 16 bit unsigned int 65535
H A Dfpm_get_status_basic.phpt55 ["max-listen-queue"]=>
65 ["max-active-processes"]=>
67 ["max-children-reached"]=>
H A Dsetsofib.phpt32 $tester->expectLogError('Invalid routing table id 68000, max is 1');
H A Dstatus-basic.phpt24 'max listen queue' => 0,
28 'max active processes' => 1,
29 'max children reached' => 0,
H A Dstatus-listen.phpt25 'max listen queue' => 0,
29 'max active processes' => 1,
30 'max children reached' => 0,
H A Dstatus.inc30 'max listen queue' => '\d+',
35 'max active processes' => '\d+',
36 'max children reached' => '\d+',
247 "phpfpm_max_listen_queue " . $fields['max listen queue'] . "\n" .
262 "phpfpm_max_active_processes " . $fields['max active processes'] . "\n" .
265 "phpfpm_max_children_reached " . $fields['max children reached'] . "\n" .
H A Dtester.inc1303 // Socket max path length is 108 on Linux and 104 on BSD,
/php-src/scripts/dev/
H A Dbless_tests.php182 $max = $n + $m;
185 for ($d = 0; $d <= $max; $d++) {
/php-src/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/php-src/tests/classes/
H A Diterators_001.phpt18 $more = $this->num < $this->obj->max;
43 public $max = 3;
H A Diterators_002.phpt19 $more = $this->num < $this->obj->max;
47 public $max = 3;
H A Diterators_003.phpt18 $more = $this->num < $this->obj->max;
37 public $max = 4;
H A Diterators_004.phpt20 public $max = 3;
33 return $this->num < $this->max;
57 object:max=>3
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt19 $more = $this->num < $this->obj->max;
46 public $max = 3;
/php-src/tests/lang/operators/
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
H A Doperator_equals_variation_64bit.phpt2 Test == operator : max int 64bit range
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range
H A Doperator_identical_variation.phpt2 Test === operator : max int 32bit range
H A Doperator_identical_variation_64bit.phpt2 Test === operator : max int 64bit range
H A Doperator_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range

Completed in 39 milliseconds

1234567891011