]> granicus.if.org Git - php/commitdiff
imagecolortransparent() cannot return null
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 17 Mar 2021 14:09:06 +0000 (15:09 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 17 Mar 2021 14:09:06 +0000 (15:09 +0100)
ext/gd/gd.stub.php
ext/gd/gd_arginfo.h

index 89a3f0e0f387b7a333e631e7790257ffac760462..732baa77e766213b9fcdda5f2717736dabca323c 100644 (file)
@@ -177,7 +177,7 @@ function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
 
 function imagecolorstotal(GdImage $image): int {}
 
-function imagecolortransparent(GdImage $image, ?int $color = null): ?int {}
+function imagecolortransparent(GdImage $image, ?int $color = null): int {}
 
 function imageinterlace(GdImage $image, ?bool $enable = null): bool {}
 
index ffa8b5565cd7a94ee88ec8ad6897e967ae4239bd..74e93e024a74f05fbcaaee8e2414479e8cc5f951 100644 (file)
@@ -1,5 +1,5 @@
 /* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 155175c4f5b60aaed37df2210ae6a5e7f979dae2 */
+ * Stub hash: 012a149dba5332fcb73544771b881fc7e6d53925 */
 
 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gd_info, 0, 0, IS_ARRAY, 0)
 ZEND_END_ARG_INFO()
@@ -358,7 +358,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolorstotal, 0, 1, IS_LONG,
        ZEND_ARG_OBJ_INFO(0, image, GdImage, 0)
 ZEND_END_ARG_INFO()
 
-ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolortransparent, 0, 1, IS_LONG, 1)
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolortransparent, 0, 1, IS_LONG, 0)
        ZEND_ARG_OBJ_INFO(0, image, GdImage, 0)
        ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, color, IS_LONG, 1, "null")
 ZEND_END_ARG_INFO()