Searched refs:imagesavealpha (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug39366.phpt | 16 imagesavealpha($rotate, true);
|
H A D | bug39273.phpt | 25 imagesavealpha($img, 1);
|
H A D | bug72913.phpt | 18 imagesavealpha($dst, true);
|
H A D | bug27582_1.phpt | 13 imagesavealpha($im, true);
|
H A D | bug66005.phpt | 13 imagesavealpha($dest, true);
|
H A D | bug47946.phpt | 40 imagesavealpha($im, true);
|
H A D | bug50194.phpt | 21 imagesavealpha($im, true);
|
H A D | imagecopyresampled_variation1.phpt | 31 imagesavealpha($copy, true);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 577 ZEND_FUNCTION(imagesavealpha); 712 ZEND_FE(imagesavealpha, arginfo_imagesavealpha)
|
H A D | gd.stub.php | 33 function imagesavealpha(GdImage $image, bool $enable): bool {} function
|
H A D | gd.c | 990 PHP_FUNCTION(imagesavealpha) in PHP_FUNCTION() argument
|
Completed in 28 milliseconds