1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

fix printzv (refcount)

This commit is contained in:
Michael Wallner
2015-08-18 08:18:57 +02:00
parent b0c77fb80c
commit e6e5defb31

View File

@@ -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