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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user