From: Michael Wallner Date: Tue, 18 Aug 2015 06:18:57 +0000 (+0200) Subject: fix printzv (refcount) X-Git-Tag: php-7.0.0RC1~7^2~2^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6e5defb3189b3f4a8f7635143bbae0d710a78dc;p=php fix printzv (refcount) --- diff --git a/.gdbinit b/.gdbinit index 7ac7d3cd70..2480b4aab2 100644 --- a/.gdbinit +++ b/.gdbinit @@ -153,7 +153,7 @@ define ____printzv_contents # 15 == IS_INDIRECT if $type >= 5 && $type != 15 - printf "(refcount=%d) ", $zvalue->value.counted->refcount + printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount end if $type == 0