summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_ast.c')
-rw-r--r--Zend/zend_ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c
index 7cfc0450fd..2b5d1ea324 100644
--- a/Zend/zend_ast.c
+++ b/Zend/zend_ast.c
@@ -1572,6 +1572,7 @@ simple_list:
case IS_ARRAY: APPEND_STR("array");
case IS_CALLABLE: APPEND_STR("callable");
case IS_STATIC: APPEND_STR("static");
+ case IS_MIXED: APPEND_STR("mixed");
EMPTY_SWITCH_DEFAULT_CASE();
}
break;