@@ -836,28 +836,28 @@ ZEND_BEGIN_ARG_INFO(arginfo_imagecrop, 0)
836
836
ZEND_ARG_INFO (0 , rect )
837
837
ZEND_END_ARG_INFO ()
838
838
839
- ZEND_BEGIN_ARG_INFO (arginfo_imagecropauto , 0 )
839
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_imagecropauto , 0 , 0 , 1 )
840
840
ZEND_ARG_INFO (0 , im )
841
841
ZEND_ARG_INFO (0 , mode )
842
842
ZEND_ARG_INFO (0 , threshold )
843
843
ZEND_ARG_INFO (0 , color )
844
844
ZEND_END_ARG_INFO ()
845
845
846
- ZEND_BEGIN_ARG_INFO (arginfo_imagescale , 0 )
846
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_imagescale , 0 , 0 , 2 )
847
847
ZEND_ARG_INFO (0 , im )
848
848
ZEND_ARG_INFO (0 , new_width )
849
849
ZEND_ARG_INFO (0 , new_height )
850
850
ZEND_ARG_INFO (0 , mode )
851
851
ZEND_END_ARG_INFO ()
852
852
853
- ZEND_BEGIN_ARG_INFO (arginfo_imageaffine , 0 )
853
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_imageaffine , 0 , 0 , 2 )
854
854
ZEND_ARG_INFO (0 , im )
855
855
ZEND_ARG_INFO (0 , affine )
856
+ ZEND_ARG_INFO (0 , clip )
856
857
ZEND_END_ARG_INFO ()
857
858
858
- ZEND_BEGIN_ARG_INFO (arginfo_imageaffinematrixget , 0 )
859
- ZEND_ARG_INFO (0 , im )
860
- ZEND_ARG_INFO (0 , matrox )
859
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_imageaffinematrixget , 0 , 0 , 1 )
860
+ ZEND_ARG_INFO (0 , type )
861
861
ZEND_ARG_INFO (0 , options )
862
862
ZEND_END_ARG_INFO ()
863
863
@@ -5105,7 +5105,7 @@ PHP_FUNCTION(imagescale)
5105
5105
}
5106
5106
/* }}} */
5107
5107
5108
- /* {{{ proto resource imageaffine(resource dst, resource src, array affine, array clip)
5108
+ /* {{{ proto resource imageaffine(resource src, array affine[ , array clip] )
5109
5109
Return an image containing the affine tramsformed src image, using an optional clipping area */
5110
5110
PHP_FUNCTION (imageaffine )
5111
5111
{
0 commit comments