View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000953 | Xdebug | Uncategorized | public | 2013-06-20 02:36 | 2013-06-22 13:02 |
Reporter | speller | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
OS | Windows | OS Version | 7 | ||
Product Version | 2.2.3 | ||||
Summary | 0000953: Can not debug arrays which keys contain zero characters | ||||
Description | If a program contain arrays which keys contain zero characters \0. For example, such arrays become available when you cast object to array when object is instance of a class from a namespace. Sample code 1: Sample code 2: | ||||
Steps To Reproduce |
What is expected: What is actually accurs: | ||||
Additional Information | You can also try to place brakepoint one line earlier and you will get normal behavior, debugger will stop and show you all information. But when you will try to step to next line where $a become initialized with array you will lost debugging session immediately. Tested on PHP versions 5.3.8 and 5.4.7. | ||||
Tags | No tags attached. | ||||
Operating System | Windows 7 | ||||
PHP Version | 5.3.8 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-20 02:36 | speller | New Issue | |
2013-06-22 13:02 | derick | Note Added: 0002507 | |
2013-06-22 13:02 | derick | Relationship added | duplicate of 0000924 |
2013-06-22 13:02 | derick | Status | new => resolved |
2013-06-22 13:02 | derick | Resolution | open => duplicate |
2013-06-22 13:02 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |