]> granicus.if.org Git - php/commitdiff
Doubles are not refcounted
authorHannes Magnusson <bjori@php.net>
Tue, 1 Sep 2015 21:52:04 +0000 (14:52 -0700)
committerHannes Magnusson <bjori@php.net>
Tue, 1 Sep 2015 21:52:04 +0000 (14:52 -0700)
.gdbinit

index ff810f47af3d2a5066f0b6fe822a65c1af979632..1c399c102caf095d1c3217dfea1f5ee7a9de7418 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -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