summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorMárcio Almada <marcio3w@gmail.com>2015-01-19 02:22:23 -0300
committerMárcio Almada <marcio3w@gmail.com>2015-03-07 17:59:48 -0300
commit275e7276c1d0523d32802008bb03189996028c6b (patch)
tree375372aea737db010cf5afeb81c48ac5b199fdbc /Zend/zend_ast.h
parentbb171e2edcf243eb7d6614dbf1eddd6176b6f438 (diff)
downloadphp-git-275e7276c1d0523d32802008bb03189996028c6b.tar.gz
first implementation of batch use compilation
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r--Zend/zend_ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h
index bc26ea2168..854576df0c 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -132,6 +132,7 @@ enum _zend_ast_kind {
ZEND_AST_NAMESPACE,
ZEND_AST_USE_ELEM,
ZEND_AST_TRAIT_ALIAS,
+ ZEND_AST_BATCH_USE,
/* 3 child nodes */
ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT,