From: Antony Dovgal Date: Tue, 25 Jul 2006 09:06:55 +0000 (+0000) Subject: initialize variable X-Git-Tag: php-5.2.0RC2~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff6e2b4468097940b0215d765c2edfebbc753a2;p=php initialize variable --- diff --git a/ext/json/JSON_parser.c b/ext/json/JSON_parser.c index 51f8b6c041..dce42d37ee 100644 --- a/ext/json/JSON_parser.c +++ b/ext/json/JSON_parser.c @@ -388,7 +388,7 @@ JSON_parser(zval *z, unsigned short p[], int length, int assoc TSRMLS_DC) smart_str key = {0}; int type = -1; - unsigned short utf16; + unsigned short utf16 = 0; JSON(the_top) = -1; push(&the_json, z, MODE_DONE);