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

#include <phpdbg_lexer.h>

Data Fields

unsigned int len
 
unsigned char * text
 
unsigned char * cursor
 
unsigned char * marker
 
unsigned char * ctxmarker
 
int state
 

Detailed Description

Definition at line 24 of file phpdbg_lexer.h.

Field Documentation

◆ ctxmarker

unsigned char* phpdbg_lexer_data::ctxmarker

Definition at line 29 of file phpdbg_lexer.h.

◆ cursor

unsigned char* phpdbg_lexer_data::cursor

Definition at line 27 of file phpdbg_lexer.h.

◆ len

unsigned int phpdbg_lexer_data::len

Definition at line 25 of file phpdbg_lexer.h.

◆ marker

unsigned char* phpdbg_lexer_data::marker

Definition at line 28 of file phpdbg_lexer.h.

◆ state

int phpdbg_lexer_data::state

Definition at line 30 of file phpdbg_lexer.h.

◆ text

unsigned char* phpdbg_lexer_data::text

Definition at line 26 of file phpdbg_lexer.h.


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