diff options
author | Xinchen Hui <laruence@php.net> | 2015-06-15 22:31:01 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-06-15 22:31:01 +0800 |
commit | 20597ecfb79321ee5b737f465eb82c80cec024e5 (patch) | |
tree | 6f0e4ecefed6c83e67ade53b108ca143dd1a9f91 /.gdbinit | |
parent | 33e71d5c20ebdaaee9c4d12a82f65ae2cded7cbc (diff) | |
download | php-git-20597ecfb79321ee5b737f465eb82c80cec024e5.tar.gz |
Fixed print_ht
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ define ____printzv_contents printf "array: " if ! $arg1 set $ind = $ind + 1 - ____print_ht &$zvalue->value.arr->ht 1 + ____print_ht $zvalue->value.arr set $ind = $ind - 1 set $i = $ind while $i > 0 |