Searched refs:imagesavealpha (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug39366.phpt | 17 imagesavealpha($rotate, true);
|
H A D | bug39273.phpt | 23 imagesavealpha($img, 1);
|
H A D | bug72913.phpt | 16 imagesavealpha($dst, true);
|
H A D | bug27582_1.phpt | 11 imagesavealpha($im, true);
|
H A D | bug66005.phpt | 11 imagesavealpha($dest, true);
|
H A D | bug47946.phpt | 41 imagesavealpha($im, true);
|
H A D | bug50194.phpt | 22 imagesavealpha($im, true);
|
H A D | imagecopyresampled_variation1.phpt | 29 imagesavealpha($copy, true);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 591 ZEND_FUNCTION(imagesavealpha); 732 ZEND_FE(imagesavealpha, arginfo_imagesavealpha)
|
H A D | gd.stub.php | 509 function imagesavealpha(GdImage $image, bool $enable): bool {} function
|
H A D | gd.c | 892 PHP_FUNCTION(imagesavealpha) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds