From: Andi Gutmans Date: Mon, 20 Nov 2000 20:54:10 +0000 (+0000) Subject: - NEVER copy and paste :) X-Git-Tag: php-4.0.4RC3~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2c957d4b16c6eb208266983b6505f0a3ee70e4e;p=php - NEVER copy and paste :) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 7308c21828..a5fdfc37ae 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -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: