diff options
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r-- | Zend/zend_ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index 2a1582ca24..b571ee15ba 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -115,6 +115,7 @@ enum _zend_ast_kind { ZEND_AST_NEW, ZEND_AST_INSTANCEOF, ZEND_AST_YIELD, + ZEND_AST_COALESCE, ZEND_AST_STATIC, ZEND_AST_WHILE, |