Searched refs:imagechar (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagechar_basic.phpt | 2 Testing imagechar() of GD library 15 $result = imagechar($image, 1, 5, 5, 'C', $white);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 666 ZEND_FUNCTION(imagechar); 801 ZEND_FE(imagechar, arginfo_imagechar)
|
H A D | gd.stub.php | 194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {} function
|
H A D | gd.c | 2888 PHP_FUNCTION(imagechar) in PHP_FUNCTION() argument
|
Completed in 89 milliseconds