Home
last modified time | relevance | path

Searched refs:GdFont (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dgh13082.phpt2 GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
11 if (!($font instanceof GdFont)) die("invalid gd font");
/PHP-8.3/ext/gd/
H A Dgd.stub.php478 final class GdFont {} class
486 function imageloadfont(string $filename): GdFont|false {}
696 function imagefontwidth(GdFont|int $font): int {}
698 function imagefontheight(GdFont|int $font): int {}
700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
H A Dgd_arginfo.h7 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_imageloadfont, 0, 1, GdFont, MAY_BE_FALSE)
408 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
415 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
426 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
/PHP-8.3/
H A DNEWS714 . Fixed GH-13082 undefined behavior with GdFont instances handling with

Completed in 16 milliseconds