diff options
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r-- | Zend/zend_ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index 0f07b8983f..2f07cf3b42 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -80,6 +80,8 @@ enum _zend_ast_kind { ZEND_AST_WHILE, ZEND_AST_DO_WHILE, ZEND_AST_FOR, + ZEND_AST_IF, + ZEND_AST_IF_ELEM, }; typedef unsigned short zend_ast_kind; |