From: Greg Beaver Date: Thu, 30 Jul 2009 23:16:42 +0000 (+0000) Subject: don't print NULLNULL for null values in a zval X-Git-Tag: php-5.4.0alpha1~191^2~2906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce0a6e31c5e9cf2f5403446f832b0a0de07bba1c;p=php don't print NULLNULL for null values in a zval --- diff --git a/.gdbinit b/.gdbinit index a676891359..2bc3ab4b55 100644 --- a/.gdbinit +++ b/.gdbinit @@ -158,8 +158,9 @@ define ____printzv_contents printf ") " if $type == 0 printf "NULL" + else + ____printz_type $type end - ____printz_type $type if $type == 1 printf ": %ld", $zvalue->value.lval end