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

#include <php_json_parser.h>

Data Fields

php_json_parser_func_array_create_t array_create
 
php_json_parser_func_array_append_t array_append
 
php_json_parser_func_array_start_t array_start
 
php_json_parser_func_array_end_t array_end
 
php_json_parser_func_object_create_t object_create
 
php_json_parser_func_object_update_t object_update
 
php_json_parser_func_object_start_t object_start
 
php_json_parser_func_object_end_t object_end
 

Detailed Description

Definition at line 42 of file php_json_parser.h.

Field Documentation

◆ array_append

php_json_parser_func_array_append_t _php_json_parser_methods::array_append

Definition at line 44 of file php_json_parser.h.

◆ array_create

php_json_parser_func_array_create_t _php_json_parser_methods::array_create

Definition at line 43 of file php_json_parser.h.

◆ array_end

php_json_parser_func_array_end_t _php_json_parser_methods::array_end

Definition at line 46 of file php_json_parser.h.

◆ array_start

php_json_parser_func_array_start_t _php_json_parser_methods::array_start

Definition at line 45 of file php_json_parser.h.

◆ object_create

php_json_parser_func_object_create_t _php_json_parser_methods::object_create

Definition at line 47 of file php_json_parser.h.

◆ object_end

php_json_parser_func_object_end_t _php_json_parser_methods::object_end

Definition at line 50 of file php_json_parser.h.

◆ object_start

php_json_parser_func_object_start_t _php_json_parser_methods::object_start

Definition at line 49 of file php_json_parser.h.

◆ object_update

php_json_parser_func_object_update_t _php_json_parser_methods::object_update

Definition at line 48 of file php_json_parser.h.


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