View Issue Details

IDProjectCategoryView StatusLast Update
0000475XdebugUncategorizedpublic2010-04-05 13:18
Reporterbhofmann Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0.0dev 
Target Version2.1.0RC1 
Summary0000475: 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".

TagsNo tags attached.
Operating System
PHP Version5.3.0

Activities

derick

2009-10-17 17:02

administrator   ~0001096

I can reproduce this, but it's really tricky to fix so it'll have to wait until all the other things.

derick

2010-04-05 13:18

administrator   ~0001432

Fixed in revision 3251.

Issue History

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