]> granicus.if.org Git - php/commitdiff
- MFZE1
authorAndi Gutmans <andi@php.net>
Mon, 13 Aug 2001 15:38:07 +0000 (15:38 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 13 Aug 2001 15:38:07 +0000 (15:38 +0000)
Zend/zend_execute.c

index 7f9dd2e32f9100156d0d325bb73aacfac28e5b77..bec5e05fd125252761aa7060cd524829fbd06ffd 100644 (file)
@@ -330,6 +330,7 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
                                        if (!return_value_used && type == IS_TMP_VAR) {
                                                zval_dtor(value);
                                        }
+                                       return;
                                        break;
                                }
                        case IS_STRING_OFFSET: {