diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-14 17:58:58 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-14 17:58:58 +0200 |
commit | f3e124d58dc4627eb89625a7c264cb009130f725 (patch) | |
tree | c256b36decc201ef6eb780b4ff80f5a97c7b5b42 /Zend/zend_ast.h | |
parent | 4f07330e798a4e7b12bcc1811c3c71d17b71f22c (diff) | |
parent | b4a142ab974747be2fd03d055b30c63286a687fd (diff) | |
download | php-git-f3e124d58dc4627eb89625a7c264cb009130f725.tar.gz |
Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-src
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 553578f848..33aa292fb7 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -84,6 +84,7 @@ enum _zend_ast_kind { ZEND_AST_PRE_DEC, ZEND_AST_POST_INC, ZEND_AST_POST_DEC, + ZEND_AST_YIELD_FROM, ZEND_AST_GLOBAL, ZEND_AST_UNSET, |