mirror of
https://github.com/php/php-src.git
synced 2025-01-13 06:24:18 +08:00
Kill a warning
This commit is contained in:
parent
1164abcdab
commit
563ffb8984
@ -3062,7 +3062,8 @@ PHP_FUNCTION(array_map)
|
||||
|
||||
/* We iterate through all the arrays at once. */
|
||||
for (k = 0; k < maxlen; k++) {
|
||||
uint num_key, str_key_len;
|
||||
uint str_key_len;
|
||||
ulong num_key;
|
||||
char *str_key;
|
||||
int key_type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user