Skip to content

Commit f153d7a

Browse files
committed
Review
1 parent c2cf4c4 commit f153d7a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Zend/zend_ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ static zend_execute_data *zend_ast_evaluate_arg_list(
688688
0, func, 0, NULL);
689689

690690
for (uint32_t i = 0; i < args_ast->children; i++) {
691-
692691
zend_ast *arg_ast = args_ast->child[i];
693692
uint32_t arg_num = i + 1;
694693
zval *arg;

Zend/zend_compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12122,7 +12122,6 @@ static void zend_compile_const_expr_args(zend_ast **ast_ptr)
1212212122
zend_error_noreturn(E_COMPILE_ERROR, "Variadic placeholder must be last");
1212312123
}
1212412124
} else {
12125-
1212612125
bool is_variadic_placeholder = arg->kind == ZEND_AST_PLACEHOLDER_ARG
1212712126
&& arg->attr == ZEND_PLACEHOLDER_VARIADIC;
1212812127

0 commit comments

Comments
 (0)