Home
last modified time | relevance | path

Searched refs:imagecolormatch (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dcolormatch.phpt2 imagecolormatch
5 if (!function_exists('imagecolormatch')) die("skip gd extension not available\n");
13 imagecolormatch($im, $im2);
20 Warning: imagecolormatch(): Image2 must have at least one color in %s on line %d
H A Dimagecolormatch_error2.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image1 must be TrueColor in %s on line %d
H A Dimagecolormatch_error3.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image2 must be Palette in %s on line %d
H A Dimagecolormatch_error4.phpt2 using different image sizes imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image1 and Image2 must be the same size in %s on line %d
H A Dimagecolormatch_basic.phpt2 Basic test imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
H A Dbug77270.phpt2 Bug #77270 (imagecolormatch Out Of Bounds Write on Heap)
16 imagecolormatch($img1, $img2);
/PHP-7.4/ext/gd/
H A Dphp_gd.h209 PHP_FUNCTION(imagecolormatch);
H A Dgd.c1019 PHP_FE(imagecolormatch, arginfo_imagecolormatch)
1673 PHP_FUNCTION(imagecolormatch) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS2396 . Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)

Completed in 25 milliseconds