Home
last modified time | relevance | path

Searched refs:max (Results 151 – 175 of 245) sorted by relevance

12345678910

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_encrypt_gcm.phpt27 // Failing to retrieve tag (max is 16 bytes)
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt2 tls stream wrapper with min version 1.0 and max version 1.1
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_dump.phpt35 +2147483647, // max positive integer
36 +2147483648, // max positive integer + 1
39 0x7FFFFFFF, // max positive hexadecimal integer
41 017777777777, // max posotive octal integer
78 -0x80000001, // float value, beyond max negative int
79 0x80000001, // float value, beyond max positive int
80 020000000001, // float value, beyond max positive int
81 -020000000001 // float value, beyond max negative int
H A Dvar_dump_64bit.phpt35 +2147483647, // max positive integer
36 +2147483648, // max positive integer + 1
39 0x7FFFFFFF, // max positive hexadecimal integer
41 017777777777, // max posotive octal integer
78 -0x80000001, // float value, beyond max negative int
79 0x80000001, // float value, beyond max positive int
80 020000000001, // float value, beyond max positive int
81 -020000000001 // float value, beyond max negative int
H A Dgettype_settype_variation1.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
/PHP-7.4/ext/standard/
H A Dphp_array.h49 PHP_FUNCTION(max);
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_011.phpt62 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php252 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
739 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
/PHP-7.4/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1605 max -= min; in get_class_iterator_size()
1607 max = 2; in get_class_iterator_size()
1608 return max; in get_class_iterator_size()
1649 max = 0; in detect_repeat()
1662 max++; in detect_repeat()
7377 if (c > max) max = c; in compile_xclass_matchingpath()
7389 if (c > max) max = c; in compile_xclass_matchingpath()
7404 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
9147 max = 0; in compile_ref_iterator_matchingpath()
9153 max = 0; in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.4/ext/standard/tests/mail/
H A Dbug72964.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
H A Dbug80706.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-7.4/sapi/cli/tests/
H A Dupload_2G.phpt19 $free_ram = max($free_ram, $m[1]/1024/1024);
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in151 ; max listen queue - the maximum number of requests in the queue
157 ; max active processes - the maximum number of active processes since FPM
159 ; max children reached - number of times, the process limit has been reached,
170 ; max listen queue: 1
175 ; max active processes: 12
176 ; max children reached: 0
209 ; last request memory - the max amount of memory the last request consumed
355 ; Set max core size rlimit.
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h52 #if defined(max)
53 #undef max
466 int php_oci_collection_max(php_oci_collection *collection, zend_long *max);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt2 Incrementing/decrementing past max/min value (additional cases)
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc235 $p = max(79 - $l, 40); // minimum length for paragraph
263 $ls = max($ls, strlen($opt));
311 $l = max($l, strlen($name));
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt33 PHP_INT_MAX, //max positive integer number

Completed in 61 milliseconds

12345678910