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

Fix macros after GC patch.

This commit is contained in:
Andrei Zmievski
2007-10-14 02:48:30 +00:00
parent 798c222c06
commit ea74505927

View File

@@ -46,8 +46,8 @@ define ____printzv_contents
set $zvalue = $arg0
set $type = $zvalue->type
printf "(refcount=%d", $zvalue->refcount
if $zvalue->is_ref
printf "(refcount=%d", $zvalue->refcount__gc
if $zvalue->is_ref__gc
printf ",is_ref"
end
printf ") "