mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Nuke compile warning.
This commit is contained in:
parent
9d62cd7d45
commit
06b3dd122f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user