|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: ef2df95a30077f088ccfa9b02341385f77caaa64 */ |
| 2 | + * Stub hash: 4efa17e2238f259e359b8f64967677c0ac2abfdb */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gd_info, 0, 0, IS_ARRAY, 0)
|
5 | 5 | ZEND_END_ARG_INFO()
|
@@ -81,9 +81,15 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_imagecolorallocatealpha, 0, 5, M
|
81 | 81 | ZEND_ARG_TYPE_INFO(0, alpha, IS_LONG, 0)
|
82 | 82 | ZEND_END_ARG_INFO()
|
83 | 83 |
|
84 |
| -#define arginfo_imagecolorresolvealpha arginfo_imagecolorallocatealpha |
| 84 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolorresolvealpha, 0, 5, IS_LONG, 0) |
| 85 | + ZEND_ARG_OBJ_INFO(0, image, GdImage, 0) |
| 86 | + ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0) |
| 87 | + ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0) |
| 88 | + ZEND_ARG_TYPE_INFO(0, blue, IS_LONG, 0) |
| 89 | + ZEND_ARG_TYPE_INFO(0, alpha, IS_LONG, 0) |
| 90 | +ZEND_END_ARG_INFO() |
85 | 91 |
|
86 |
| -#define arginfo_imagecolorclosestalpha arginfo_imagecolorallocatealpha |
| 92 | +#define arginfo_imagecolorclosestalpha arginfo_imagecolorresolvealpha |
87 | 93 |
|
88 | 94 | #define arginfo_imagecolorexactalpha arginfo_imagecolorallocatealpha
|
89 | 95 |
|
@@ -276,18 +282,23 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_imagecolorat, 0, 3, MAY_BE_LONG|
|
276 | 282 | ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
|
277 | 283 | ZEND_END_ARG_INFO()
|
278 | 284 |
|
279 |
| -#define arginfo_imagecolorclosest arginfo_imagecolorallocate |
| 285 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolorclosest, 0, 4, IS_LONG, 0) |
| 286 | + ZEND_ARG_OBJ_INFO(0, image, GdImage, 0) |
| 287 | + ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0) |
| 288 | + ZEND_ARG_TYPE_INFO(0, green, IS_LONG, 0) |
| 289 | + ZEND_ARG_TYPE_INFO(0, blue, IS_LONG, 0) |
| 290 | +ZEND_END_ARG_INFO() |
280 | 291 |
|
281 |
| -#define arginfo_imagecolorclosesthwb arginfo_imagecolorallocate |
| 292 | +#define arginfo_imagecolorclosesthwb arginfo_imagecolorclosest |
282 | 293 |
|
283 | 294 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolordeallocate, 0, 2, _IS_BOOL, 0)
|
284 | 295 | ZEND_ARG_OBJ_INFO(0, image, GdImage, 0)
|
285 | 296 | ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
|
286 | 297 | ZEND_END_ARG_INFO()
|
287 | 298 |
|
288 |
| -#define arginfo_imagecolorresolve arginfo_imagecolorallocate |
| 299 | +#define arginfo_imagecolorresolve arginfo_imagecolorclosest |
289 | 300 |
|
290 |
| -#define arginfo_imagecolorexact arginfo_imagecolorallocate |
| 301 | +#define arginfo_imagecolorexact arginfo_imagecolorclosest |
291 | 302 |
|
292 | 303 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_imagecolorset, 0, 5, _IS_BOOL, 1)
|
293 | 304 | ZEND_ARG_OBJ_INFO(0, image, GdImage, 0)
|
|
0 commit comments