summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 66d6e1cb61..535c094b55 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1103,7 +1103,7 @@ PHP_FUNCTION(imagearc)
GDLS_FETCH();
if (ARG_COUNT(ht) != 8 ||
- zend_get_parameters_ex(ht, 8, &IM, &CX, &CY, &W, &H, &ST, &E, &COL) == FAILURE)
+ zend_get_parameters_ex(8, &IM, &CX, &CY, &W, &H, &ST, &E, &COL) == FAILURE)
{
WRONG_PARAM_COUNT;
}