Searched refs:GdFont (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/gd/tests/ |
H A D | gh13082.phpt | 2 GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object. 11 if (!($font instanceof GdFont)) die("invalid gd font");
|
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 478 final class GdFont {} class 486 function imageloadfont(string $filename): GdFont|false {} 697 function imagefontwidth(GdFont|int $font): int {} 699 function imagefontheight(GdFont|int $font): int {} 701 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… 703 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… 705 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… 707 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
|
H A D | gd_arginfo.h | 7 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_imageloadfont, 0, 1, GdFont, MAY_BE_FALSE) 409 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL) 416 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL) 427 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
|
/PHP-8.2/ |
H A D | NEWS | 965 . Fixed GH-13082 undefined behavior with GdFont instances handling with
|
Completed in 14 milliseconds