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

Doubles are not refcounted

This commit is contained in:
Hannes Magnusson
2015-09-01 14:52:04 -07:00
parent b15eff6386
commit 874dcd8f73

View File

@@ -152,7 +152,7 @@ define ____printzv_contents
set $type = $zvalue->u1.v.type
# 15 == IS_INDIRECT
if $type >= 5 && $type != 15
if $type > 5 && $type != 15
printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
end