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