Searched refs:imagecopyresized (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | gh8848.phpt | 2 GH-8848 (imagecopyresized() error refers to the wrong argument) 21 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args); 28 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0 29 imagecopyresized(): Argument #8 ($dst_height) must be greater than 0 30 imagecopyresized(): Argument #9 ($src_width) must be greater than 0 31 imagecopyresized(): Argument #10 ($src_height) must be greater than 0
|
H A D | copyresized.phpt | 2 imagecopyresized 5 if (!function_exists('imagecopyresized')) die("skip gd extension not available\n"); 48 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19); 64 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19); 83 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
|
H A D | bug39273.phpt | 24 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 673 ZEND_FUNCTION(imagecopyresized); 808 ZEND_FE(imagecopyresized, arginfo_imagecopyresized)
|
H A D | gd.stub.php | 208 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… function
|
H A D | gd.c | 2999 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument
|
/PHP-8.0/ |
H A D | NEWS | 202 . Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument).
|
Completed in 24 milliseconds