php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <phpdbg_lexer.h>
Data Fields | |
unsigned int | len |
unsigned char * | text |
unsigned char * | cursor |
unsigned char * | marker |
unsigned char * | ctxmarker |
int | state |
Definition at line 24 of file phpdbg_lexer.h.
unsigned char* phpdbg_lexer_data::ctxmarker |
Definition at line 29 of file phpdbg_lexer.h.
unsigned char* phpdbg_lexer_data::cursor |
Definition at line 27 of file phpdbg_lexer.h.
unsigned int phpdbg_lexer_data::len |
Definition at line 25 of file phpdbg_lexer.h.
unsigned char* phpdbg_lexer_data::marker |
Definition at line 28 of file phpdbg_lexer.h.
int phpdbg_lexer_data::state |
Definition at line 30 of file phpdbg_lexer.h.
unsigned char* phpdbg_lexer_data::text |
Definition at line 26 of file phpdbg_lexer.h.