Skip to content

Commit e361cfd

Browse files
php-genericsGemini
andcommitted
Clean up AST node and regenerate VM
Co-Authored-By: Gemini <noreply@google.com>
1 parent c1c2132 commit e361cfd

File tree

2 files changed

+15885
-22381
lines changed

2 files changed

+15885
-22381
lines changed

Zend/zend_ast.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ enum _zend_ast_kind {
171171
ZEND_AST_PROP_GROUP,
172172
ZEND_AST_CONST_ELEM,
173173
ZEND_AST_CLASS_CONST_GROUP,
174-
175-
// Pseudo node for initializing enums
176-
ZEND_AST_CONST_ENUM_INIT,
177174
ZEND_AST_GENERIC_PARAM, /* child[0]=name(ZVAL), child[1]=constraint or NULL, child[2]=default_type or NULL */
178175

179176
/* 4 child nodes */

0 commit comments

Comments
 (0)