Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimagecopymerge_basic.phpt2 Testing imagecopymerge() of GD library
23 var_dump(imagecopymerge($des, $src, 20, 20, 0, 0, 50, 50, 75));
/php-src/ext/gd/
H A Dgd_arginfo.h690 ZEND_FUNCTION(imagecopymerge);
830 ZEND_FE(imagecopymerge, arginfo_imagecopymerge)
H A Dgd.stub.php710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… function
H A Dgd.c2861 PHP_FUNCTION(imagecopymerge) in PHP_FUNCTION() argument

Completed in 24 milliseconds