Skip to content

Commit 1388dca

Browse files
committed
add new ast pieces
1 parent 716a401 commit 1388dca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Zend/zend_ast.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ enum _zend_ast_kind {
133133
ZEND_AST_YIELD,
134134
ZEND_AST_COALESCE,
135135
ZEND_AST_ASSIGN_COALESCE,
136+
ZEND_AST_INNER_CLASS,
136137

137138
ZEND_AST_STATIC,
138139
ZEND_AST_WHILE,

Zend/zend_compile.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ typedef enum {
894894
ZEND_MODIFIER_TARGET_CONSTANT,
895895
ZEND_MODIFIER_TARGET_CPP,
896896
ZEND_MODIFIER_TARGET_PROPERTY_HOOK,
897+
ZEND_MODIFIER_TARGET_INNER_CLASS,
897898
} zend_modifier_target;
898899

899900
/* Used during AST construction */

0 commit comments

Comments
 (0)