Home
last modified time | relevance | path

Searched refs:imagecopymerge (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagecopymerge_basic.phpt2 Testing imagecopymerge() of GD library
25 var_dump(imagecopymerge($des, $src, 20, 20, 0, 0, 50, 50, 75));
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h671 ZEND_FUNCTION(imagecopymerge);
806 ZEND_FE(imagecopymerge, arginfo_imagecopymerge)
H A Dgd.stub.php204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… function
H A Dgd.c2943 PHP_FUNCTION(imagecopymerge) in PHP_FUNCTION() argument

Completed in 37 milliseconds