1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

- NEVER copy and paste :)

This commit is contained in:
Andi Gutmans
2000-11-20 20:54:10 +00:00
parent b5d5b3a703
commit b2c957d4b1

View File

@@ -1654,7 +1654,7 @@ do_fcall_common:
}
INIT_PZVAL(valptr);
zend_ptr_stack_push(&EG(argument_stack), valptr);
FREE_OP(&opline->op1, EG(free_op1)); /* for string offsets */
FREE_OP(&opline->op1, EG(free_op1));
}
NEXT_OPCODE();
case ZEND_SEND_VAR: