View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000475 | Xdebug | Uncategorized | public | 2009-09-28 13:07 | 2010-04-05 13:18 |
Reporter | bhofmann | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0dev | ||||
Target Version | 2.1.0RC1 | ||||
Summary | 0000475: Property names with null chars are not sent fully to the client | ||||
Description | If you debug a code like this: $a = array("example\0key" => "Value"); and then do a property get on the variable $a, the "sub-property" will have "example" as named instead of "example\0key". | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.0 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-28 13:07 | bhofmann | New Issue | |
2009-09-28 13:07 | bhofmann | PHP Version | => 5.3.0 |
2009-09-28 13:07 | bhofmann | Xdebug Version | => 2.0.5 |
2009-10-17 17:02 | derick | Note Added: 0001096 | |
2010-03-20 23:50 | derick | Target Version | => 2.1.0RC1 |
2010-04-05 13:18 | derick | Note Added: 0001432 | |
2010-04-05 13:18 | derick | Status | new => closed |
2010-04-05 13:18 | derick | Resolution | open => fixed |
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 |