Searched refs:imagerotate (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | gh16260.phpt | 2 GH-16260 (Overflow/underflow on imagerotate degrees argument) 10 imagerotate($im, PHP_INT_MIN, 0); 16 imagerotate($im, PHP_INT_MAX, 0); 21 imagerotate(): Argument #2 ($angle) must be between %s and %s 22 imagerotate(): Argument #2 ($angle) must be between %s and %s
|
H A D | bug66882.phpt | 2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px) 7 $im = imagerotate(imagecreate(10, 10), -90, 0);
|
H A D | imagerotate_overflow.phpt | 2 imagerotate() overflow with negative numbers 10 $tmp = imagerotate ($im, 5, -9999999);
|
H A D | bug39366.phpt | 2 Bug #39366 (imagerotate does not respect alpha with angles>45) 11 $rotate = imagerotate($im, 180, 0);
|
H A D | bug70976.phpt | 7 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
|
H A D | gh16559.phpt | 9 $output = imagerotate($input, $angle, 0);
|
H A D | bug65148.phpt | 2 Bug #65148 (imagerotate may alter image dimensions) 38 $imgr = imagerotate($img, -5, $t);
|
H A D | gh10614.phpt | 2 GH-10614 (imagerotate will turn the picture all black, when rotated 90) 19 $output = imagerotate($input, $angle, 0);
|
H A D | bug73272.phpt | 21 $dst = imagerotate($src, 60, 0xFFFFFF);
|
H A D | bug24155.phpt | 18 $im = imagerotate($im, 270, 255);
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 593 ZEND_FUNCTION(imagerotate); 729 ZEND_FE(imagerotate, arginfo_imagerotate)
|
H A D | gd.stub.php | 534 function imagerotate(GdImage $image, float $angle, int $background_color): GdImage|false {} function
|
H A D | gd.c | 1227 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds