Home
last modified time | relevance | path

Searched refs:imagefontwidth (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dimagefontwidth_basic.phpt2 Testing imagefontwidth() of GD library
10 var_dump(imagefontwidth(1),imagefontwidth(2),imagefontwidth(3),imagefontwidth(4),imagefontwidth(5));
11 var_dump(imagefontwidth(1) < imagefontwidth(5));
H A Dgh13082.phpt2 GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
13 var_dump(imagefontwidth($font));
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h684 ZEND_FUNCTION(imagefontwidth);
825 ZEND_FE(imagefontwidth, arginfo_imagefontwidth)
H A Dgd.stub.php696 function imagefontwidth(GdFont|int $font): int {} function
H A Dgd.c2694 PHP_FUNCTION(imagefontwidth) in PHP_FUNCTION() argument

Completed in 21 milliseconds