File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 20
20
#ifndef ZEND_SCANNER_H
21
21
#define ZEND_SCANNER_H
22
22
23
+ #include "zend_globals.h" // for zend_php_scanner_event
24
+ #include "zend_multibyte.h" // for zend_encoding_filter
25
+ #include "zend_portability.h" // for BEGIN_EXTERN_C
26
+ #include "zend_ptr_stack.h"
27
+ #include "zend_stack.h"
28
+
29
+ typedef struct _zend_file_handle zend_file_handle ;
30
+
23
31
typedef struct _zend_lex_state {
24
32
unsigned int yy_leng ;
25
33
unsigned char * yy_start ;
Original file line number Diff line number Diff line change 27
27
# define YYDEBUG (s, c )
28
28
#endif
29
29
30
+ #include " zend_language_scanner.h"
30
31
#include " zend_language_scanner_defs.h"
31
32
32
33
#include < errno.h>
35
36
# include < Winuser.h>
36
37
#endif
37
38
#include " zend_alloc.h"
39
+ #include " zend_arena.h"
38
40
#include < zend_language_parser.h>
39
41
#include " zend_compile.h"
40
- #include " zend_language_scanner.h"
41
42
#include " zend_highlight.h"
42
43
#include " zend_constants.h"
43
44
#include " zend_variables.h"
You can’t perform that action at this time.
0 commit comments