|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_json_scanner.h>
Data Fields | |
| php_json_ctype * | cursor |
| php_json_ctype * | token |
| php_json_ctype * | limit |
| php_json_ctype * | marker |
| php_json_ctype * | ctxmarker |
| php_json_ctype * | str_start |
| php_json_ctype * | pstr |
| zval | value |
| int | str_esc |
| int | state |
| int | options |
| php_json_error_code | errcode |
| int | utf8_invalid |
| int | utf8_invalid_count |
Definition at line 25 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::ctxmarker |
Definition at line 30 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::cursor |
Definition at line 26 of file php_json_scanner.h.
| php_json_error_code _php_json_scanner::errcode |
Definition at line 37 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::limit |
Definition at line 28 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::marker |
Definition at line 29 of file php_json_scanner.h.
| int _php_json_scanner::options |
Definition at line 36 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::pstr |
Definition at line 32 of file php_json_scanner.h.
| int _php_json_scanner::state |
Definition at line 35 of file php_json_scanner.h.
| int _php_json_scanner::str_esc |
Definition at line 34 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::str_start |
Definition at line 31 of file php_json_scanner.h.
| php_json_ctype* _php_json_scanner::token |
Definition at line 27 of file php_json_scanner.h.
| int _php_json_scanner::utf8_invalid |
Definition at line 38 of file php_json_scanner.h.
| int _php_json_scanner::utf8_invalid_count |
Definition at line 39 of file php_json_scanner.h.
| zval _php_json_scanner::value |
Definition at line 33 of file php_json_scanner.h.