Searched refs:imagesetthickness (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug40764.phpt | 13 imagesetthickness($image, 10); 19 imagesetthickness($image, 1);
|
H A D | bug72604.phpt | 8 imagesetthickness($im, 5);
|
H A D | libgd00191.phpt | 13 imagesetthickness($im, 20);
|
H A D | bug77943.phpt | 19 imagesetthickness($im, 3);
|
H A D | imagesetthickness_basic.phpt | 22 imagesetthickness($image, 5);
|
H A D | bug53156.phpt | 45 imagesetthickness($img, 4);
|
H A D | bug43475.phpt | 32 imagesetthickness($im, $thickness);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 587 ZEND_FUNCTION(imagesetthickness); 728 ZEND_FE(imagesetthickness, arginfo_imagesetthickness)
|
H A D | gd.stub.php | 501 function imagesetthickness(GdImage $image, int $thickness): bool {} function
|
H A D | gd.c | 806 PHP_FUNCTION(imagesetthickness) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds