We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b613995 commit 16665efCopy full SHA for 16665ef
Zend/zend_language_scanner.h
@@ -20,7 +20,14 @@
20
#ifndef ZEND_SCANNER_H
21
#define ZEND_SCANNER_H
22
23
-#include "zend_globals.h"
+#include "zend_arena.h"
24
+#include "zend_ast.h"
25
+#include "zend_stack.h"
26
+#include "zend_ptr_stack.h"
27
+#include "zend_stream.h" /* For zend_file_handle */
28
+#include "zend_string.h"
29
+#include "zend_multibyte.h" /* For zend_encoding_filter and zend_encoding */
30
+#include "zend_globals.h" /* For zend_php_scanner_event */
31
32
typedef struct _zend_lex_state {
33
unsigned int yy_leng;
0 commit comments