1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00

(imagearc) - Fix #3706.

This commit is contained in:
Jouni Ahto
2000-03-03 14:15:05 +00:00
parent dd4f37a4cf
commit b053e6422f

View File

@@ -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;
}