Home
last modified time | relevance | path

Searched refs:max (Results 101 – 125 of 258) sorted by relevance

1234567891011

/php-src/sapi/fpm/fpm/
H A Dfpm_events.c328 int max; in fpm_event_init_main() local
341 max = 1; /* only one FD is necessary at startup for the master process signal pipe */ in fpm_event_init_main()
345 max += (wp->config->pm_max_children * 2); in fpm_event_init_main()
349 if (module->init(max) < 0) { in fpm_event_init_main()
354 zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); in fpm_event_init_main()
/php-src/ext/gd/tests/
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
/php-src/Zend/tests/
H A Dbug78356.phpt17 var_dump(max(...$object[0]));
H A Dbug30394.phpt26 $c->a += max( 0, 1 );
H A Dbug34062.phpt11 max(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/php-src/ext/json/tests/
H A Djson_validate_003.phpt2 json_validate() - Error handling for max depth
/php-src/sapi/fpm/tests/
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 Dsetsofib.phpt32 $tester->expectLogError('Invalid routing table id 68000, max is 1');
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt19 $more = $this->num < $this->obj->max;
46 public $max = 3;
/php-src/ext/pdo_odbc/tests/
H A Dmax_columns.phpt2 PDO ODBC varying character with max/no length
16 … === $db->exec('CREATE TABLE test_max_columns (id INT NOT NULL PRIMARY KEY, data varchar(max))')) {
/php-src/tests/classes/
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;
/php-src/ext/random/tests/01_functions/
H A Drand_inverted_order.phpt2 Test rand function when min and max are in proper or inverted order
H A Drandom_int_error.phpt29 random_int(): Argument #1 ($min) must be less than or equal to argument #2 ($max)
/php-src/ext/standard/tests/general_functions/
H A Dis_float.phpt14 -0x80000001, // float value, beyond max negative int
15 0x800000001, // float value, beyond max positive int
16 020000000001, // float value, beyond max positive int
17 -020000000001, // float value, beyond max negative int
H A Dis_float_64bit.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-src/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt50 * max = 180,
55 …#[Assert\Range(["min" => 120, "max" => 180, "minMessage" => "You must be at least {{ limit }}cm ta…
125 ["max"]=>
/php-src/Zend/
H A Dzend_stack.h24 int size, top, max; member
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_max_input_vars.phpt2 request_parse_body() with multipart and exceeding max input vars
H A Dmultipart_max_parts.phpt2 request_parse_body() with multipart and exceeding max parts
H A Dmultipart_max_files.phpt2 request_parse_body() with multipart and exceeding max files
/php-src/ext/ldap/tests/
H A Dldap_set_option_tls_protocol_max_basic.phpt2 ldap_set_option() - Basic test for TLS protocol max ldap option
H A Dldap_set_option_tls_protocol_max_basic_tls13.phpt2 ldap_set_option() - Basic test for TLS protocol max ldap option
/php-src/ext/filter/tests/
H A Dbug77221.phpt36 list($min, $max) = $range;
39 var_dump(filter_var($max, FILTER_VALIDATE_IP, FILTER_FLAG_GLOBAL_RANGE));
/php-src/ext/odbc/tests/
H A Dbug69975.phpt2 Bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)

Completed in 25 milliseconds

1234567891011