summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-04-05 00:34:42 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-05-20 01:51:05 +0200
commit4f077aee836ad7d8335cf62629a8364bdf939db9 (patch)
treef9853b092345e1847f43e1e9cbb846bebe0cc3c3 /Zend/zend_ast.h
parent14a71cf545bf652202a3f056daefd654ad311eb5 (diff)
downloadphp-git-4f077aee836ad7d8335cf62629a8364bdf939db9.tar.gz
Allow for [] = $array; (alias for list())
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 ec771003c0..886b106228 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -42,7 +42,6 @@ enum _zend_ast_kind {
/* list nodes */
ZEND_AST_ARG_LIST = 1 << ZEND_AST_IS_LIST_SHIFT,
- ZEND_AST_LIST,
ZEND_AST_ARRAY,
ZEND_AST_ENCAPS_LIST,
ZEND_AST_EXPR_LIST,