]> granicus.if.org Git - php/commitdiff
MFH fix #29893
authorStanislav Malyshev <stas@php.net>
Mon, 30 Aug 2004 09:13:40 +0000 (09:13 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 30 Aug 2004 09:13:40 +0000 (09:13 +0000)
Zend/zend_execute.c

index 9103400fb84ee1b7478ac51b086b816858df0e4b..0c205b86fc3b6d4625cf004008853871c9967746 100644 (file)
@@ -1775,6 +1775,9 @@ static inline int zend_binary_assign_op_helper(int (*binary_op)(zval *result, zv
                EX_T(opline->result.u.var).var.ptr_ptr = &EG(uninitialized_zval_ptr);
                SELECTIVE_PZVAL_LOCK(*EX_T(opline->result.u.var).var.ptr_ptr, &opline->result);
                AI_USE_PTR(EX_T(opline->result.u.var).var);
+           if (increment_opline) {
+           INC_OPCODE();
+       }
                NEXT_OPCODE();
        }