php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_json_parser Struct Reference

#include <php_json_parser.h>

Data Fields

php_json_scanner scanner
 
zvalreturn_value
 
int depth
 
int max_depth
 
php_json_parser_methods methods
 

Detailed Description

Definition at line 53 of file php_json_parser.h.

Field Documentation

◆ depth

int _php_json_parser::depth

Definition at line 56 of file php_json_parser.h.

◆ max_depth

int _php_json_parser::max_depth

Definition at line 57 of file php_json_parser.h.

◆ methods

php_json_parser_methods _php_json_parser::methods

Definition at line 58 of file php_json_parser.h.

◆ return_value

zval* _php_json_parser::return_value

Definition at line 55 of file php_json_parser.h.

◆ scanner

php_json_scanner _php_json_parser::scanner

Definition at line 54 of file php_json_parser.h.


The documentation for this struct was generated from the following file: