cellog Fri, 31 Jul 2009 21:01:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286601
Log:
fix invalid use of c syntax instead of .gdbinit syntax
Changed paths:
U php/php-src/trunk/.gdbinit
Modified: php/php-src/trunk/.gdbinit
===================================================================
--- php/php-src/trunk/.gdbinit 2009-07-31 20:09:47 UTC (rev 286600)
+++ php/php-src/trunk/.gdbinit 2009-07-31 21:01:18 UTC (rev 286601)
@@ -393,11 +393,11 @@
if $p->nKeyLength > 0
printf "\""
- if ($p->key.arKey.u.s[1] == '\0') {
+ if $p->key.arKey.u.s[1] == '\0'
printu $p->key.arKey.u $p->nKeyLength
- } else {
+ else
printt $unicode $p->key.arKey.u $p->nKeyLength
- }
+ end
printf "\" => "
else
printf "%d => ", $p->h
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php