]> granicus.if.org Git - php/commitdiff
- Shouldn't be there
authorAndi Gutmans <andi@php.net>
Thu, 10 Feb 2000 05:41:28 +0000 (05:41 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 10 Feb 2000 05:41:28 +0000 (05:41 +0000)
Zend/zend_execute.c

index 6fa140cc16afd2ec618c9b0359d1bd761b3d2d15..1cc7f389d7f0e78722a7c51e6f2477768cd0076f 100644 (file)
@@ -2136,7 +2136,7 @@ send_by_ref:
                                                *tmp = *array_ptr;
                                                INIT_PZVAL(tmp);
                                                array_ptr = tmp;
-                                       } else { /* IS_CONST */
+                                       } else {
                                                array_ptr->refcount++;
                                        }