Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 216) sorted by path

123456789

/PHP-5.5/
H A DINSTALL551 "max-procs" => 1,
561 reached. The directives "min-procs" and "max-procs" should generally be
H A DNEWS36 . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
1165 . Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch
1653 . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
3011 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3637 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3972 . Added process.max to control the number of process FPM can fork. FR #55166.
4651 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
H A DREADME.GIT-RULES100 <max 79 characters short description>\n
/PHP-5.5/Zend/
H A DZEND_CHANGES845 return $this->num < $this->obj->max;
865 public $max = 3;
H A Dzend.c1003 CG(stack).top = CG(stack).max = 0; \
H A Dzend_ptr_stack.c31 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
H A Dzend_ptr_stack.h26 int top, max; member
47 if (stack->top+count > stack->max) { \ in END_EXTERN_C()
50 stack->max += PTR_STACK_BLOCK_SIZE; \ in END_EXTERN_C()
51 } while (stack->top+count > stack->max); \ in END_EXTERN_C()
52 …stack->elements = (void **) perealloc(stack->elements, (sizeof(void *) * (stack->max)), stack->per… in END_EXTERN_C()
H A Dzend_stack.c28 stack->max = 0; in zend_stack_init()
35 if (stack->top >= stack->max) { /* we need to allocate more memory */ in zend_stack_push()
37 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in zend_stack_push()
H A Dzend_stack.h26 int top, max; member
/PHP-5.5/Zend/tests/
H A Dbug30394.phpt26 $c->a += max( 0, 1 );
H A Dbug34062.phpt11 max(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/PHP-5.5/build/
H A Dlibtool.m4834 # the test eventually succeeds (with a max line length of 256k).
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1722 /*!max:re2c */
H A Dparse_iso_intervals.re399 /*!max:re2c */
/PHP-5.5/ext/date/tests/
H A Dcheckdate_basic1.phpt24 var_dump( checkdate(7, 2, 32767) ); // max year
31 var_dump( checkdate(7, 2, 32768) ); // >max year
H A Dformat-negative-timestamp.phpt8 $max = getrandmax();
9 $max_2 = $max / 2;
12 $new_tm = rand(1, $max);
/PHP-5.5/ext/exif/
H A Dexif.c96 #ifndef max
97 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
2377 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4027 >8 byte 2 \b, max compression
4028 >8 byte 4 \b, max speed
11394 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11406 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11418 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11430 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
18033 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
/PHP-5.5/ext/filter/tests/
H A D046.phpt7 $max = sprintf("%d", PHP_INT_MAX);
8 switch($max) {
32 test_validation($max, "max");
38 max filtered: int(%d)
39 max is_long: bool(true)
40 max equal: bool(true)
/PHP-5.5/ext/gd/
H A Dgd.c4284 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() macro
4316 str_bbox.urx = max(str_bbox.urx, max(x1, max(x2, max(x3, x4)))); in PHP_FUNCTION()
4317 str_bbox.ury = max(str_bbox.ury, max(y1, max(y2, max(y3, y4)))); in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A Dgd.c98 static int gdAlphaOverlayColor(int src, int dst, int max);
2960 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
2972 if( dst > max ) { in gdAlphaOverlayColor()
2974 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
2977 return dst * src / max; in gdAlphaOverlayColor()
H A Dgd_interpolation.c2462 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
2481 max=extent[0]; in gdTransformAffineBoundingBox()
2488 if (max.x < extent[i].x) in gdTransformAffineBoundingBox()
2489 max.x=extent[i].x; in gdTransformAffineBoundingBox()
2490 if (max.y < extent[i].y) in gdTransformAffineBoundingBox()
2491 max.y=extent[i].y; in gdTransformAffineBoundingBox()
2495 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()
2496 bbox->height = (int) floor(max.y - min.y); in gdTransformAffineBoundingBox()
/PHP-5.5/ext/gd/tests/
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_encode.phpt26 $max = max(array_map("strlen", explode("\n", $result)));
28 var_dump(($max <= $line_len));
/PHP-5.5/ext/interbase/
H A Dibase_query.c945 res = emalloc(sizeof(ibase_result)+sizeof(ibase_array)*max(0,ib_query->out_array_cnt-1)); in _php_ibase_exec()

Completed in 191 milliseconds

123456789