]> granicus.if.org Git - php/commitdiff
Kill a warning
authorRasmus Lerdorf <rasmus@php.net>
Tue, 28 Aug 2001 21:50:37 +0000 (21:50 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 28 Aug 2001 21:50:37 +0000 (21:50 +0000)
ext/standard/array.c

index a3ea60bc783d4d892439744e86c6c1cdba111e97..72ccc5eeeeab4f8e4f2f7235d230a0a61c56da41 100644 (file)
@@ -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;