Nuke compile warning.

This commit is contained in:
foobar 2002-08-01 12:07:15 +00:00
parent 9d62cd7d45
commit 06b3dd122f

View File

@ -1663,7 +1663,8 @@ static void _phpi_pop(INTERNAL_FUNCTION_PARAMETERS, int off_the_end)
zval **stack, /* Input stack */
**val; /* Value to be popped */
char *key = NULL;
int key_len, index;
int key_len;
ulong index;
/* Get the arguments and do error-checking */
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &stack) == FAILURE) {