summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorMárcio Almada <marcio3w@gmail.com>2015-03-07 17:59:20 -0300
committerMárcio Almada <marcio3w@gmail.com>2015-03-08 12:50:57 -0300
commit22d6cc7c8c9485f90ab8356d1f51caa20de1c088 (patch)
tree268fae3368857c1b52c10e454933180eeeb6c4af /Zend/zend_ast.h
parent072d1dad1578149b1bf0c5bd2748dca167d46d46 (diff)
downloadphp-git-22d6cc7c8c9485f90ab8356d1f51caa20de1c088.tar.gz
fix compilation warnings, rename batch_use to group_use
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r--Zend/zend_ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h
index 854576df0c..8cd06419be 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -132,7 +132,7 @@ enum _zend_ast_kind {
ZEND_AST_NAMESPACE,
ZEND_AST_USE_ELEM,
ZEND_AST_TRAIT_ALIAS,
- ZEND_AST_BATCH_USE,
+ ZEND_AST_GROUP_USE,
/* 3 child nodes */
ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT,