Skip to content

Commit c2cf4c4

Browse files
committed
Simplify
1 parent 94be330 commit c2cf4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12138,7 +12138,7 @@ static void zend_compile_const_expr_args(zend_ast **ast_ptr)
1213812138
}
1213912139
}
1214012140

12141-
if (arg->kind == ZEND_AST_PLACEHOLDER_ARG && arg->attr == ZEND_PLACEHOLDER_VARIADIC) {
12141+
if (is_variadic_placeholder) {
1214212142
uses_variadic_placeholder = true;
1214312143
}
1214412144
}

0 commit comments

Comments
 (0)