Home
last modified time | relevance | path

Searched refs:imagerotate (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagerotate_overflow.phpt2 imagerotate() overflow with negative numbers
9 if (!function_exists('imagerotate')) {
10 die("skip imagerotate() not available.");
18 $tmp = imagerotate ($im, 5, -9999999);
H A Dbug39366.phpt2 Bug #39366 (imagerotate does not respect alpha with angles>45)
6 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
14 $rotate = imagerotate($im, 180, 0);
H A Dbug66882.phpt2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px)
9 $im = imagerotate(imagecreate(10, 10), -90, 0);
H A Dbug24155.phpt8 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
17 $im = imagerotate($im, 270, 255);
H A Dbug70976.phpt9 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
H A Dbug65148.phpt2 Bug #65148 (imagerotate may alter image dimensions)
40 $imgr = imagerotate($img, -5, $t);
H A Dbug73272.phpt17 $dst = imagerotate($src, 60, 0xFFFFFF);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h590 ZEND_FUNCTION(imagerotate);
725 ZEND_FE(imagerotate, arginfo_imagerotate)
H A Dgd.stub.php56 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … function
H A Dgd.c1284 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument

Completed in 35 milliseconds