Searched refs:imagestring (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagestring_basic.phpt | 2 Testing imagestring() of GD library 13 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
|
H A D | imagecolorclosesthwb_basic_001.phpt | 17 imagestring($image, 5, 180, 100, "PHP is awesome", $text_color); 18 imagestring($image, 3, 120, 120, "A test for PHP imagecolorclosesthwb function", $text_color);
|
H A D | imageconvolution_basic.phpt | 13 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
|
H A D | imageconvolution_error2.phpt | 15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
|
H A D | imageloadfont_invalid.phpt | 16 imagestring($image, $font, 0, 0, "Hello", $black);
|
H A D | imageconvolution_error3.phpt | 15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 688 ZEND_FUNCTION(imagestring); 829 ZEND_FE(imagestring, arginfo_imagestring)
|
H A D | gd.stub.php | 704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… function
|
H A D | gd.c | 2825 PHP_FUNCTION(imagestring) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds