Searched refs:imagecopymerge (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/gd/tests/ |
H A D | imagecopymerge_error.phpt | 2 Testing wrong parameter passing imagecopymerge() of GD library 13 imagecopymerge(); 17 Warning: imagecopymerge() expects exactly 9 parameters, 0 given in %s on line %d
|
H A D | imagecopymerge_basic.phpt | 2 Testing imagecopymerge() of GD library 25 var_dump(imagecopymerge($des, $src, 20, 20, 0, 0, 50, 50, 75));
|
/PHP-5.4/ext/gd/ |
H A D | php_gd.h | 98 PHP_FUNCTION(imagecopymerge);
|
H A D | gd.c | 919 PHP_FE(imagecopymerge, arginfo_imagecopymerge) 3764 PHP_FUNCTION(imagecopymerge) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds