Searched refs:imagestringup (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagestringup_basic.phpt | 2 Testing imagestringup() of GD library 13 $result = imagestringup($image, 1, 5, 25, 'Str', $white);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 689 ZEND_FUNCTION(imagestringup); 830 ZEND_FE(imagestringup, arginfo_imagestringup)
|
H A D | gd.stub.php | 706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… function
|
H A D | gd.c | 2832 PHP_FUNCTION(imagestringup) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds