Home
last modified time | relevance | path

Searched refs:max (Results 176 – 200 of 258) sorted by relevance

1234567891011

/php-src/ext/standard/tests/file/
H A Dfscanf_variation8.phpt22 -0x80000001, // float value, beyond max negative int
23 0x800000001, // float value, beyond max positive int
24 020000000001, // float value, beyond max positive int
25 -020000000001, // float value, beyond max negative int
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt20 2147483647, //max positive integer number
H A Dchunk_split_variation5.phpt27 PHP_INT_MAX, //max positive integer number
H A Dchunk_split_variation8.phpt33 PHP_INT_MAX, // max positive integer number
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt107 -2147483648, // max -ne int value
112 0xF674593039, // a hex value > than max int
116 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation8.phpt107 -2147483648, // max -ne int value
112 0xF674593039, // a hex value > than max int
116 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation6.phpt107 -2147483648, // max -ne int value
112 0xF674593039, // a hex value > than max int
116 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation5.phpt96 -2147483648, // max -ne int value
101 0xF674593039, // a hex value > than max int
105 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation7.phpt107 -2147483648, // max -ne int value
112 0xF674593039, // a hex value > than max int
116 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation2.phpt111 -2147483648, // max -ne int value
116 0xF674593039, // a hex value > than max int
120 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation3.phpt105 -2147483648, // max -ne int value
110 0xF674593039, // a hex value > than max int
114 02224242434343152, // an octal value > than max int
/php-src/Zend/Optimizer/
H A Dzend_dump.c168 } else if (r->max == ZEND_LONG_MAX) { in zend_dump_range()
171 fprintf(stderr, ZEND_LONG_FMT "]", r->max); in zend_dump_range()
430 if (r->range.max > 0) { in zend_dump_range_constraint()
431 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.max); in zend_dump_range_constraint()
432 } else if (r->range.max < 0) { in zend_dump_range_constraint()
433 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.max); in zend_dump_range_constraint()
437 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
/php-src/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-src/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt2 Incrementing/decrementing past max/min value (additional cases)
/php-src/ext/zlib/
H A Dzlib.c421 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds() argument
429 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
432 …if ((max && (max <= buffer.used)) || !(buffer.aptr = erealloc_recoverable(buffer.data, buffer.size… in php_zlib_inflate_rounds()
/php-src/sapi/cli/tests/
H A Dupload_2G.phpt23 $free_ram = max($free_ram, $m[1]/1024/1024);
/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt38 $bytesUntilQuote = \max($bytesUntilSingleQuote, $bytesUntilDoubleQuote);
/php-src/ext/iconv/tests/
H A Diconv_mime_encode.phpt26 $max = max(array_map("strlen", explode("\n", $result)));
28 var_dump(($max <= $line_len));
/php-src/ext/ffi/
H A Dffi.g317 {int64_t min = 0, max = 0, last = -1;}
318 enumerator(enum_dcl, &min, &max, &last)
320 enumerator(enum_dcl, &min, &max, &last)
325 enumerator(zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last):
333 {zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last);}
/php-src/main/
H A Drfc1867.c581 size_t len, max; in multipart_buffer_read() local
591 max = bound - self->buf_begin; in multipart_buffer_read()
596 max = self->bytes_in_buffer; in multipart_buffer_read()
600 len = max < bytes-1 ? max : bytes-1; in multipart_buffer_read()
/php-src/sapi/fpm/
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.
H A Dphp-fpm.conf.in87 ; process.max = 128
105 ; Set max core size rlimit for the master process.
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c933 int max, min; in show_parsed() local
999 max = *pptr++; in show_parsed()
1000 if (max != REPEAT_UNLIMITED) in show_parsed()
1008 max = *pptr++; in show_parsed()
1017 max = *pptr++; in show_parsed()
1481 max = min; in read_repeat_counts()
1492 if (max < min) in read_repeat_counts()
9473 uint32_t min, max; in get_branchlength() local
9774 max = 1; in get_branchlength()
9784 max = pptr[2]; in get_branchlength()
[all …]
/php-src/ext/posix/
H A Dposix.c1196 zend_long res, cur, max; in PHP_FUNCTION() local
1201 Z_PARAM_LONG(max) in PHP_FUNCTION()
1205 rl.rlim_max = max; in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h605 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
607 if (op1_insn->val.u64 > max - op2_insn->val.u64) { in IR_FOLD()
619 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
620 int64_t min = - max - 1; in IR_FOLD()
622 if ((op2_insn->val.i64 > 0 && op1_insn->val.i64 > max - op2_insn->val.i64) in IR_FOLD()
647 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
648 int64_t min = - max - 1; in IR_FOLD()
651 || (op2_insn->val.i64 < 0 && op1_insn->val.i64 > max + op2_insn->val.i64)) { in IR_FOLD()
663 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
679 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD() local
[all …]

Completed in 69 milliseconds

1234567891011