Searched refs:imagecharup (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagecharup_basic.phpt | 2 Testing imagecharup() of GD library 19 $result = imagecharup($image, 1, 5, 5, 'C', $white);
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 676 ZEND_FUNCTION(imagecharup); 812 ZEND_FE(imagecharup, arginfo_imagecharup)
|
H A D | gd.stub.php | 702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… function
|
H A D | gd.c | 3053 PHP_FUNCTION(imagecharup) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds