Home
last modified time | relevance | path

Searched refs:max (Results 126 – 150 of 216) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt20 -0x80000001, // float value, beyond max negative int
21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
23 -020000000001, // float value, beyond max negative int
H A Dfloatval.phpt62 -2147483648, // max negative integer value
63 2147483648, // max positive integer value
H A Dprint_r.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 Dprint_r_64bit.phpt42 +2147483647, // max positive integer
43 +2147483648, // max positive integer + 1
46 0x7FFFFFFF, // max positive hexadecimal integer
48 017777777777, // max posotive octal integer
85 -0x80000001, // float value, beyond max negative int
86 0x80000001, // float value, beyond max positive int
87 020000000001, // float value, beyond max positive int
88 -020000000001 // float value, beyond max negative int
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-5.5/tests/lang/operators/
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
/PHP-5.5/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-5.5/tests/classes/
H A Diterators_001.phpt20 $more = $this->num < $this->obj->max;
45 public $max = 3;
/PHP-5.5/ext/zlib/
H A Dzlib.c357 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds() argument
365 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
368 …if ((max && (max <= buffer.used)) || !(buffer.aptr = erealloc_recoverable(buffer.data, buffer.size… in php_zlib_inflate_rounds()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c957 max = 0; in detect_repeat()
970 max++; in detect_repeat()
3600 if (max <= 1) in fast_forward_first_n_chars()
3725 max -= 1; in fast_forward_first_n_chars()
4818 if (c > max) max = c; in compile_xclass_matchingpath()
4830 if (c > max) max = c; in compile_xclass_matchingpath()
4845 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
6112 max = 0; in compile_ref_iterator_matchingpath()
6118 max = 0; in compile_ref_iterator_matchingpath()
6124 max = 1; in compile_ref_iterator_matchingpath()
[all …]
/PHP-5.5/ext/standard/
H A Dphp_array.h51 PHP_FUNCTION(max);
H A Dphp_var.h53 PHPAPI int php_var_unserialize(zval **rval, const unsigned char **p, const unsigned char *max, php_…
/PHP-5.5/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-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php253 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
741 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
/PHP-5.5/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in77 ; process.max = 128
95 ; Set max core size rlimit for the master process.
267 ; max listen queue - the maximum number of requests in the queue
273 ; max active processes - the maximum number of active processes since FPM
275 ; max children reached - number of times, the process limit has been reached,
286 ; max listen queue: 1
291 ; max active processes: 12
292 ; max children reached: 0
325 ; last request memory - the max amount of memory the last request consumed
455 ; Set max core size rlimit.
/PHP-5.5/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-5.5/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-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt55 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times

Completed in 153 milliseconds

123456789