summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-05-25 22:58:30 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-05-25 22:58:30 +0200
commit69b54ba926b714dff0f8b54bea385e9a278c5849 (patch)
tree01ef4054445e77256c543e7dd2d55c37e870ed2a /Zend/zend_ast.h
parent36c3c4743428a57c3d1621bb74649d4d91538f7c (diff)
downloadphp-git-69b54ba926b714dff0f8b54bea385e9a278c5849.tar.gz
Also unreserve T_CLASS
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r--Zend/zend_ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h
index 33aa292fb7..2b8d4d37b8 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -66,7 +66,6 @@ enum _zend_ast_kind {
/* 1 child node */
ZEND_AST_VAR = 1 << ZEND_AST_NUM_CHILDREN_SHIFT,
ZEND_AST_CONST,
- ZEND_AST_RESOLVE_CLASS_NAME,
ZEND_AST_UNPACK,
ZEND_AST_UNARY_PLUS,
ZEND_AST_UNARY_MINUS,