Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/tests/lang/operators/
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
/PHP-7.3/ext/openssl/tests/
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt2 tls stream wrapper with min version 1.0 and max version 1.1
H A Dopenssl_encrypt_gcm.phpt27 // Failing to retrieve tag (max is 16 bytes)
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation35.phpt21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
H A Dsprintf_variation35_64bit.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
/PHP-7.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt37 +2147483647, // max positive integer
38 +2147483648, // max positive integer + 1
41 0x7FFFFFFF, // max positive hexadecimal integer
43 017777777777, // max posotive octal integer
80 -0x80000001, // float value, beyond max negative int
81 0x80000001, // float value, beyond max positive int
82 020000000001, // float value, beyond max positive int
83 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt41 +2147483647, // max positive integer
42 +2147483648, // max positive integer + 1
45 0x7FFFFFFF, // max positive hexadecimal integer
47 017777777777, // max posotive octal integer
84 -0x80000001, // float value, beyond max negative int
85 0x80000001, // float value, beyond max positive int
86 020000000001, // float value, beyond max positive int
87 -020000000001 // float value, beyond max negative int
H A Dfloatval.phpt62 -2147483648, // max negative integer value
63 2147483648, // max positive integer value
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.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c642 unsigned int min, max; in pcre2_printint() local
784 max = GET2(ccode,1 + IMM2_SIZE); in pcre2_printint()
785 if (max == 0) fprintf(f, "{%u,}", min); in pcre2_printint()
786 else fprintf(f, "{%u,%u}", min, max); in pcre2_printint()
H A Dpcre2_jit_compile.c1185 max -= min; in get_class_iterator_size()
1187 max = 2; in get_class_iterator_size()
1188 return max; in get_class_iterator_size()
1229 max = 0; in detect_repeat()
1242 max++; in detect_repeat()
6475 if (c > max) max = c; in compile_xclass_matchingpath()
6487 if (c > max) max = c; in compile_xclass_matchingpath()
6502 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
7965 max = 0; in compile_ref_iterator_matchingpath()
7971 max = 0; in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.3/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.3/ext/standard/
H A Dphp_array.h49 PHP_FUNCTION(max);
/PHP-7.3/ext/standard/html_tables/
H A Dhtml_table_gen.php251 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
738 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
/PHP-7.3/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-7.3/ext/soap/interop/
H A Dtest.utility.php46 $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in150 ; max listen queue - the maximum number of requests in the queue
156 ; max active processes - the maximum number of active processes since FPM
158 ; max children reached - number of times, the process limit has been reached,
169 ; max listen queue: 1
174 ; max active processes: 12
175 ; max children reached: 0
208 ; last request memory - the max amount of memory the last request consumed
354 ; Set max core size rlimit.
/PHP-7.3/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.3/ext/mbstring/oniguruma/src/
H A Dutf16_be.c53 BC_B_O(name, max, 2, args, 1, opts); in init()
H A Dutf16_le.c51 BC_B_O(name, max, 2, args, 1, opts); in init()
/PHP-7.3/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.3/ext/standard/tests/mail/
H A Dmail_basic_alt4-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times

Completed in 138 milliseconds

1234567891011