Searched refs:imagefttext (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/gd/tests/ |
H A D | imagefttext.phpt | 2 imagefttext() function test 7 if (!function_exists("imagefttext")) { 8 die("skip imagefttext() not available."); 24 imagefttext($im, $sy * 0.75, 0, 0, $sy - 1, $colour_w, $fontfile, "A", array());
|
H A D | imagefill_1.phpt | 7 if (!function_exists("imagefttext")) { 8 die("skip imagefttext() not available.");
|
H A D | bug48732.phpt | 7 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
|
H A D | bug48732-mb.phpt | 7 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
|
H A D | bug53504.phpt | 66 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'], 71 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n"; 72 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
|
/PHP-8.2/ext/gd/ |
H A D | gd_arginfo.h | 703 ZEND_FUNCTION(imagefttext); 844 ZEND_FE(imagefttext, arginfo_imagefttext) 850 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)
|
H A D | gd.stub.php | 740 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … function
|
H A D | gd.c | 3059 PHP_FUNCTION(imagefttext) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds