Searched refs:imagefontwidth (Results 1 – 5 of 5) sorted by relevance
2 Testing imagefontwidth() of GD library10 var_dump(imagefontwidth(1),imagefontwidth(2),imagefontwidth(3),imagefontwidth(4),imagefontwidth(5));11 var_dump(imagefontwidth(1) < imagefontwidth(5));
2 GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.13 var_dump(imagefontwidth($font));
684 ZEND_FUNCTION(imagefontwidth);825 ZEND_FE(imagefontwidth, arginfo_imagefontwidth)
696 function imagefontwidth(GdFont|int $font): int {} function
2699 PHP_FUNCTION(imagefontwidth) in PHP_FUNCTION() argument
Completed in 35 milliseconds