Searched refs:imagestringup (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagestringup_basic.phpt | 2 Testing imagestringup() of GD library 19 $result = imagestringup($image, 1, 5, 25, 'Str', $white);
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 678 ZEND_FUNCTION(imagestringup); 814 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 | 3067 PHP_FUNCTION(imagestringup) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds