Commit 1857f83
committed
Don't quote numeric keys in arrays
Ran into the issue on PHP, but should be the same for Perl.
Per a WONTFIX in Xdebug's bug tracker, we shouldn't quote numeric keys
in arrays when requesting them: https://bugs.xdebug.org/view.php?id=732
This fixes an error when trying to drill down into numeric keys.1 parent 96e7825 commit 1857f83
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
673 | | - | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
674 | 678 | | |
675 | 679 | | |
676 | 680 | | |
| |||
0 commit comments