Home
last modified time | relevance | path

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

/php-src/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-src/ext/gd/
H A Dgd_arginfo.h692 ZEND_FUNCTION(imagecopyresized);
832 ZEND_FE(imagecopyresized, arginfo_imagecopyresized)
H A Dgd.stub.php714 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… function
H A Dgd.c2917 PHP_FUNCTION(imagecopyresized) in PHP_FUNCTION() argument

Completed in 28 milliseconds