php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_json_parser.h>
Data Fields | |
php_json_scanner | scanner |
zval * | return_value |
int | depth |
int | max_depth |
php_json_parser_methods | methods |
Definition at line 53 of file php_json_parser.h.
int _php_json_parser::depth |
Definition at line 56 of file php_json_parser.h.
int _php_json_parser::max_depth |
Definition at line 57 of file php_json_parser.h.
php_json_parser_methods _php_json_parser::methods |
Definition at line 58 of file php_json_parser.h.
zval* _php_json_parser::return_value |
Definition at line 55 of file php_json_parser.h.
php_json_scanner _php_json_parser::scanner |
Definition at line 54 of file php_json_parser.h.