Home
last modified time | relevance | path

Searched refs:imagescale (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/ext/gd/tests/
H A Dbug72337.phpt2 #72337 segfault in imagescale with new dimensions being <=0)
5 if (!function_exists('imagescale')) die("skip gd extension not available\n");
10 imagescale($im, 0, 0, IMG_BICUBIC_FIXED);
H A Dbug77272.phpt2 Bug #77272 (imagescale() may return image resource on failure)
14 var_dump(imagescale($img, 1, 1, IMG_TRIANGLE));
18 Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing …
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
11 imagescale($img, 13, 1, IMG_BICUBIC);
H A Dbug69024.phpt2 Bug #69024 (imagescale segfault with palette based image)
10 imagescale($im, 32, 32, IMG_BICUBIC);
H A Dbug73281.phpt2 Bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border)
15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
25 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73957.phpt2 Bug #73957 (signed integer conversion in imagescale())
11 $im = imagescale($im, 0x100000001, 1);
H A Dbug73272.phpt2 Bug #73272 (imagescale() is not affected by, but affects imagesetinterpolation())
16 imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug77269.phpt14 imagescale($im, 1, 1, IMG_TRIANGLE);
19 Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing …
H A Dbug72512_0.phpt17 imagescale($img, 1, 65535);
H A Dbug73279.phpt14 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73279_old.phpt14 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
/PHP-7.2/ext/gd/
H A Dphp_gd.h132 PHP_FUNCTION(imagescale);
H A Dgd.c916 PHP_FE(imagescale, arginfo_imagescale)
4820 PHP_FUNCTION(imagescale) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS582 . Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
585 . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
646 . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
1125 . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
2693 . Fixed bug #73272 (imagescale() is not affected by, but affects

Completed in 100 milliseconds