Searched refs:imagechar (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagechar_basic.phpt | 2 Testing imagechar() of GD library 19 $result = imagechar($image, 1, 5, 5, 'C', $white);
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 675 ZEND_FUNCTION(imagechar); 811 ZEND_FE(imagechar, arginfo_imagechar)
|
H A D | gd.stub.php | 700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… function
|
H A D | gd.c | 3046 PHP_FUNCTION(imagechar) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds