mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Use embedded json parser method structure
This commit is contained in:
parent
93b67dd511
commit
37048c0f6c
3 changed files with 27 additions and 27 deletions
|
@ -57,7 +57,7 @@ struct _php_json_parser {
|
|||
zval *return_value;
|
||||
unsigned int depth;
|
||||
int max_depth;
|
||||
const php_json_parser_methods *methods;
|
||||
php_json_parser_methods methods;
|
||||
};
|
||||
|
||||
PHP_JSON_API void php_json_parser_init_ex(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue