php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_lexer.h File Reference
#include "phpdbg_cmd.h"

Go to the source code of this file.

Data Structures

struct  phpdbg_lexer_data
 

Macros

#define yyparse   phpdbg_parse
 
#define yylex   phpdbg_lex
 

Functions

void phpdbg_init_lexer (phpdbg_param_t *stack, char *input)
 
int phpdbg_lex (phpdbg_param_t *yylval)
 

Macro Definition Documentation

◆ yylex

#define yylex   phpdbg_lex

Definition at line 34 of file phpdbg_lexer.h.

◆ yyparse

#define yyparse   phpdbg_parse

Definition at line 33 of file phpdbg_lexer.h.

Function Documentation

◆ phpdbg_init_lexer()

void phpdbg_init_lexer ( phpdbg_param_t * stack,
char * input )

◆ phpdbg_lex()

int phpdbg_lex ( phpdbg_param_t * yylval)