Searched refs:GdFont (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/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.3/ext/gd/ |
H A D | gd.stub.php | 478 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 D | gd_arginfo.h | 7 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 D | NEWS | 941 . Fixed GH-13082 undefined behavior with GdFont instances handling with
|
Completed in 11 milliseconds