Skip to content

Commit

Permalink
op2 is already declared
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Jun 25, 2017
1 parent dd15b34 commit fb61c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_vm_execute.h
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_SEND_ARRAY_SPEC_HANDLER(ZEND_O
ht = Z_ARRVAL_P(args);
if (opline->op2_type != IS_UNUSED) {
zend_free_op free_op2;
zval *op2 = get_zval_ptr_deref(opline->op2_type, opline->op2, &free_op2, BP_VAR_R);
op2 = get_zval_ptr_deref(opline->op2_type, opline->op2, &free_op2, BP_VAR_R);
uint32_t skip = opline->extended_value;
uint32_t count = zend_hash_num_elements(ht);
zend_long len = zval_get_long(op2);
Expand Down

0 comments on commit fb61c99

Please sign in to comment.