From: Greg Beaver Date: Thu, 30 Jul 2009 22:11:43 +0000 (+0000) Subject: finish unicode string with quote X-Git-Tag: php-5.4.0alpha1~191^2~2908 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af0d0285d65d1284cb3b0827c443f7fdad733def;p=php finish unicode string with quote --- diff --git a/.gdbinit b/.gdbinit index fb0d4c824b..7f032f2c16 100644 --- a/.gdbinit +++ b/.gdbinit @@ -239,6 +239,7 @@ define ____printzv_contents if $type == 10 printf "(%d): [%p]: \"", $zvalue->value.str.len, $zvalue->value.str.val printu $zvalue->value.ustr.val $zvalue->value.str.len + printf "\"" end if $type > 10 end @@ -448,6 +449,9 @@ define printzn if $znode->op_type == 8 set $optype = "IS_UNUSED" end + if $znode->op_type == 16 + set $optype = "IS_CV" + end printf "[0x%08x] %s", $znode, $optype @@ -468,6 +472,9 @@ define printzn if $znode->op_type == 8 printf "\n" end + if $znode->op_type == 16 + printf "\n" + end end document printzn