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

#include <php_json_scanner.h>

Data Fields

php_json_ctypecursor
 
php_json_ctypetoken
 
php_json_ctypelimit
 
php_json_ctypemarker
 
php_json_ctypectxmarker
 
php_json_ctypestr_start
 
php_json_ctypepstr
 
zval value
 
int str_esc
 
int state
 
int options
 
php_json_error_code errcode
 
int utf8_invalid
 
int utf8_invalid_count
 

Detailed Description

Definition at line 25 of file php_json_scanner.h.

Field Documentation

◆ ctxmarker

php_json_ctype* _php_json_scanner::ctxmarker

Definition at line 30 of file php_json_scanner.h.

◆ cursor

php_json_ctype* _php_json_scanner::cursor

Definition at line 26 of file php_json_scanner.h.

◆ errcode

php_json_error_code _php_json_scanner::errcode

Definition at line 37 of file php_json_scanner.h.

◆ limit

php_json_ctype* _php_json_scanner::limit

Definition at line 28 of file php_json_scanner.h.

◆ marker

php_json_ctype* _php_json_scanner::marker

Definition at line 29 of file php_json_scanner.h.

◆ options

int _php_json_scanner::options

Definition at line 36 of file php_json_scanner.h.

◆ pstr

php_json_ctype* _php_json_scanner::pstr

Definition at line 32 of file php_json_scanner.h.

◆ state

int _php_json_scanner::state

Definition at line 35 of file php_json_scanner.h.

◆ str_esc

int _php_json_scanner::str_esc

Definition at line 34 of file php_json_scanner.h.

◆ str_start

php_json_ctype* _php_json_scanner::str_start

Definition at line 31 of file php_json_scanner.h.

◆ token

php_json_ctype* _php_json_scanner::token

Definition at line 27 of file php_json_scanner.h.

◆ utf8_invalid

int _php_json_scanner::utf8_invalid

Definition at line 38 of file php_json_scanner.h.

◆ utf8_invalid_count

int _php_json_scanner::utf8_invalid_count

Definition at line 39 of file php_json_scanner.h.

◆ value

zval _php_json_scanner::value

Definition at line 33 of file php_json_scanner.h.


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