Searched refs:imageresolution (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imageresolution_basic.phpt | 16 $res = imageresolution($exp); 19 imageresolution($exp, PHP_INT_MAX); 24 imageresolution($exp, 127, -PHP_INT_MAX); 28 imageresolution($exp, 0, 0); 29 var_dump(imageresolution($exp) == $res); 32 imageresolution(): Argument #2 ($resolution_x) must be between 0 and %d 33 imageresolution(): Argument #3 ($resolution_y) must be between 0 and %d
|
H A D | imageresolution_jpeg.phpt | 16 imageresolution($exp, 71); 19 var_dump(imageresolution($act)); 21 imageresolution($exp, 71, 299); 24 var_dump(imageresolution($act)); 25 imageresolution($exp, 71, 299);
|
H A D | imageresolution_png.phpt | 18 imageresolution($exp, 71); 21 var_dump(imageresolution($act)); 23 imageresolution($exp, 71, 299); 26 var_dump(imageresolution($act));
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 703 ZEND_FUNCTION(imageresolution); 841 ZEND_FE(imageresolution, arginfo_imageresolution)
|
H A D | gd.stub.php | 796 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr… function
|
H A D | gd.c | 4283 PHP_FUNCTION(imageresolution) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds