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 | ||||