]> granicus.if.org Git - php/commitdiff
- NEVER copy and paste :)
authorAndi Gutmans <andi@php.net>
Mon, 20 Nov 2000 20:54:10 +0000 (20:54 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 20 Nov 2000 20:54:10 +0000 (20:54 +0000)
Zend/zend_execute.c

index 7308c21828cd97b6914ec924339007f833f3efb1..a5fdfc37ae9aca9036366f1d038eaf79258ffbab 100644 (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: