summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.h
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-09-16 19:14:46 +0100
committerAndrea Faulds <ajf@ajf.me>2014-09-16 19:14:46 +0100
commit69e7c9d89ca4674b73a851154d1f06dcbb6cb352 (patch)
treee9f01ffdb2721980166d342dda725692bd1a7ea7 /Zend/zend_ast.h
parentf469dc7429f2257aac6f46228302408608fbd62f (diff)
downloadphp-git-69e7c9d89ca4674b73a851154d1f06dcbb6cb352.tar.gz
Initial coalesce operator implementation
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 2a1582ca24..b571ee15ba 100644
--- a/Zend/zend_ast.h
+++ b/Zend/zend_ast.h
@@ -115,6 +115,7 @@ enum _zend_ast_kind {
ZEND_AST_NEW,
ZEND_AST_INSTANCEOF,
ZEND_AST_YIELD,
+ ZEND_AST_COALESCE,
ZEND_AST_STATIC,
ZEND_AST_WHILE,