Home
last modified time | relevance | path

Searched refs:imagecopyresized (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dgh8848.phpt2 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 Dcopyresized.phpt2 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 Dbug39273.phpt22 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h694 ZEND_FUNCTION(imagecopyresized);
835 ZEND_FE(imagecopyresized, arginfo_imagecopyresized)
H A Dgd.stub.php252 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… function
H A Dgd.c3072 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument
/PHP-8.1/
H A DNEWS1122 . Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument).

Completed in 101 milliseconds