mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix bug #68546 (json_decode cannot access property started with \0)
This commit is contained in:
parent
115e9288bb
commit
f3df3df873
6 changed files with 62 additions and 11 deletions
|
@ -51,6 +51,7 @@ typedef enum {
|
|||
PHP_JSON_ERROR_RECURSION,
|
||||
PHP_JSON_ERROR_INF_OR_NAN,
|
||||
PHP_JSON_ERROR_UNSUPPORTED_TYPE,
|
||||
PHP_JSON_ERROR_INVALID_PROPERTY_NAME,
|
||||
PHP_JSON_ERROR_UTF16
|
||||
} php_json_error_code;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue