Skip to content

Commit 1ac09e0

Browse files
committed
Review
1 parent 905b311 commit 1ac09e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_ast.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,8 @@ static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int prio
24092409
APPEND_STR("?");
24102410
} else if (ast->attr == _IS_PLACEHOLDER_VARIADIC) {
24112411
APPEND_STR("...");
2412+
} else {
2413+
ZEND_UNREACHABLE();
24122414
}
24132415
break;
24142416

0 commit comments

Comments
 (0)