Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds