Home
last modified time | relevance | path

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

1234567891011

/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
H A Dbug80706.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-8.3/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
/PHP-8.3/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
/PHP-8.3/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-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt2 Incrementing/decrementing past max/min value (additional cases)
/PHP-8.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-8.3/ext/oci8/
H A Dphp_oci8_int.h50 #if defined(max)
51 #undef max
471 int php_oci_collection_max(php_oci_collection *collection, zend_long *max);
/PHP-8.3/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-8.3/sapi/cli/tests/
H A Dupload_2G.phpt23 $free_ram = max($free_ram, $m[1]/1024/1024);
/PHP-8.3/ext/iconv/tests/
H A Diconv_mime_encode.phpt26 $max = max(array_map("strlen", explode("\n", $result)));
28 var_dump(($max <= $line_len));
/PHP-8.3/ext/ffi/
H A Dffi.g321 {int64_t min = 0, max = 0, last = -1;}
322 enumerator(enum_dcl, &min, &max, &last)
324 enumerator(enum_dcl, &min, &max, &last)
329 enumerator(zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last):
337 {zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last);}
/PHP-8.3/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-8.3/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.

Completed in 42 milliseconds

1234567891011