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.