Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagerotate_overflow.phpt2 imagerotate() overflow with negative numbers
7 if (!function_exists('imagerotate')) {
8 die("skip imagerotate() not available.");
16 $tmp = imagerotate ($im, 5, -9999999);
H A Dbug39366.phpt2 Bug #39366 (imagerotate does not respect alpha with angles>45)
7 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
15 $rotate = imagerotate($im, 180, 0);
H A Dbug66882.phpt2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px)
7 $im = imagerotate(imagecreate(10, 10), -90, 0);
H A Dbug24155.phpt7 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
16 $im = imagerotate($im, 270, 255);
H A Dbug70976.phpt7 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
H A Dbug65148.phpt2 Bug #65148 (imagerotate may alter image dimensions)
38 $imgr = imagerotate($img, -5, $t);
H A Dbug73272.phpt15 $dst = imagerotate($src, 60, 0xFFFFFF);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h605 ZEND_FUNCTION(imagerotate);
746 ZEND_FE(imagerotate, arginfo_imagerotate)
H A Dgd.stub.php72 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … function
H A Dgd.c1336 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument

Completed in 28 milliseconds