From 392a452c80e91ce2b2134efe9fde62f677a97330 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 8 Jul 2002 07:33:22 +0000 Subject: [PATCH] Silence warning --- ext/standard/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index 35dee23626..73a87fb011 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -3238,7 +3238,7 @@ PHP_FUNCTION(array_map) uint str_key_len; ulong num_key; char *str_key; - int key_type; + int key_type = 0; /* * If no callback, the result will be an array, consisting of current -- 2.40.0