We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b4cb7 commit e53dd02Copy full SHA for e53dd02
ext/json/json_scanner.c
@@ -292,6 +292,7 @@ int php_json_scan(php_json_scanner *s)
292
{
293
s->str_start = s->cursor;
294
s->str_esc = 0;
295
+ s->utf8_invalid = 0;
296
s->utf8_invalid_count = 0;
297
PHP_JSON_CONDITION_SET_AND_GOTO(STR_P1);
298
}
ext/json/json_scanner.re
@@ -209,6 +209,7 @@ std:
209
<JS>["] {
210
211
212
213
214
215
0 commit comments