Searched refs:imagecopyresized (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | gh8848.phpt | 2 GH-8848 (imagecopyresized() error refers to the wrong argument) 19 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args); 26 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0 27 imagecopyresized(): Argument #8 ($dst_height) must be greater than 0 28 imagecopyresized(): Argument #9 ($src_width) must be greater than 0 29 imagecopyresized(): Argument #10 ($src_height) must be greater than 0
|
H A D | copyresized.phpt | 2 imagecopyresized 46 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19); 62 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19); 81 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
|
H A D | bug39273.phpt | 22 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 693 ZEND_FUNCTION(imagecopyresized); 834 ZEND_FE(imagecopyresized, arginfo_imagecopyresized)
|
H A D | gd.stub.php | 714 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… function
|
H A D | gd.c | 2922 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument
|
Completed in 28 milliseconds