mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed print_ht
This commit is contained in:
parent
33e71d5c20
commit
20597ecfb7
1 changed files with 1 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue