Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
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
/PHP-7.3/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt33 PHP_INT_MAX, //max positive integer number
H A Dchunk_split_variation8.phpt39 PHP_INT_MAX, // max positive integer number
/PHP-7.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-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation8.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation7.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation5.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/standard/tests/file/
H A Dfscanf_variation8.phpt27 -0x80000001, // float value, beyond max negative int
28 0x800000001, // float value, beyond max positive int
29 020000000001, // float value, beyond max positive int
30 -020000000001, // float value, beyond max negative int
/PHP-7.3/main/
H A Drfc1867.c619 size_t len, max; in multipart_buffer_read() local
629 max = bound - self->buf_begin; in multipart_buffer_read()
634 max = self->bytes_in_buffer; in multipart_buffer_read()
638 len = max < bytes-1 ? max : bytes-1; in multipart_buffer_read()
/PHP-7.3/ext/zlib/
H A Dzlib.c373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds() argument
381 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
384 …if ((max && (max <= buffer.used)) || !(buffer.aptr = erealloc_recoverable(buffer.data, buffer.size… in php_zlib_inflate_rounds()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dump.c166 fprintf(stderr, ZEND_LONG_FMT "]", r->max); in zend_dump_range()
400 if (r->range.max > 0) { in zend_dump_range_constraint()
401 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.max); in zend_dump_range_constraint()
402 } else if (r->range.max < 0) { in zend_dump_range_constraint()
403 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.max); in zend_dump_range_constraint()
407 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
H A Dzend_inference.h98 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.max; \
251 …ray, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, zend_bool overflow…
/PHP-7.3/ext/standard/tests/math/
H A Dmt_rand_variation1.phpt5 /* Prototype : int mt_rand ([ int $min , int $max ] )
H A Drand_variation1.phpt7 /* Prototype : int rand ([ int $min , int $max ] )
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in87 ; process.max = 128
105 ; Set max core size rlimit for the master process.
/PHP-7.3/ext/oci8/tests/
H A Dreflection2.phpt237 Method [ <internal%s> public method max ] {
/PHP-7.3/ext/wddx/
H A Dwddx.c94 int top, max; member
175 stack->max = STACK_BLOCK_SIZE; in wddx_stack_init()
187 if (stack->top >= stack->max) { /* we need to allocate more memory */ in wddx_stack_push()
189 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in wddx_stack_push()
/PHP-7.3/ext/posix/
H A Dposix.c1429 zend_long res, cur, max; in PHP_FUNCTION() local
1434 Z_PARAM_LONG(max) in PHP_FUNCTION()
1438 rl.rlim_max = max; in PHP_FUNCTION()
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
35 $col1 = mt_rand($min, $max);
/PHP-7.3/ext/oci8/
H A Doci8_collection.c263 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max() argument
267 PHP_OCI_CALL_RETURN(*max, OCICollMax, (connection->env, collection->collection)); in php_oci_collection_max()

Completed in 48 milliseconds

1234567891011