File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
#include "zend_ast.h"
21
- #include "zend_API.h"
22
- #include "zend_operators.h"
23
- #include "zend_language_parser.h"
24
- #include "zend_smart_str.h"
25
- #include "zend_exceptions.h"
21
+ #include "zend_API.h" // for array_set_zval_key
22
+ #include "zend_arena.h"
26
23
#include "zend_constants.h"
27
24
#include "zend_enum.h"
25
+ #include "zend_language_parser.h" // for T_*
26
+ #include "zend_smart_str.h"
27
+ #include "zend_exceptions.h" // for zend_throw_error
28
28
29
29
ZEND_API zend_ast_process_t zend_ast_process = NULL ;
30
30
Original file line number Diff line number Diff line change 21
21
#ifndef ZEND_AST_H
22
22
#define ZEND_AST_H
23
23
24
- #include "zend.h"
24
+ #include "zend_types.h" // for zval
25
+
26
+ #include <stdint.h>
25
27
26
28
#ifndef ZEND_AST_SPEC
27
29
# define ZEND_AST_SPEC 1
You can’t perform that action at this time.
0 commit comments