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