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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user