From: Dmitry Stogov Date: Mon, 30 Oct 2017 09:56:08 +0000 (+0300) Subject: ws X-Git-Tag: php-7.3.0alpha1~1156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b1a0596f0a6a81388553588e6f44950015c725;p=php ws --- diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 9b9c578e20..d96891cb24 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -892,7 +892,7 @@ static zend_always_inline uint32_t zend_gc_refcount(const zend_refcounted_h *p) } static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) { - p->refcount = rc; + p->refcount = rc; return p->refcount; }