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