php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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) |
#define yylex phpdbg_lex |
Definition at line 34 of file phpdbg_lexer.h.
#define yyparse phpdbg_parse |
Definition at line 33 of file phpdbg_lexer.h.
void phpdbg_init_lexer | ( | phpdbg_param_t * | stack, |
char * | input ) |
int phpdbg_lex | ( | phpdbg_param_t * | yylval | ) |