1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

initialize variable

This commit is contained in:
Antony Dovgal
2006-07-25 09:06:55 +00:00
parent c1ddf2c2ed
commit cff6e2b446
+1 -1
View File
@@ -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);