diff options
Diffstat (limited to 'Zend/zend_ast.c')
-rw-r--r-- | Zend/zend_ast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index 8ddf8ea9ab..a679fcf690 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -1672,6 +1672,7 @@ simple_list: EMPTY_SWITCH_DEFAULT_CASE(); } break; + case ZEND_AST_ASSIGN_COALESCE: BINARY_OP(" \?\?= ", 90, 91, 90); case ZEND_AST_BINARY_OP: switch (ast->attr) { case ZEND_ADD: BINARY_OP(" + ", 200, 200, 201); |