View Issue Details

IDProjectCategoryView StatusLast Update
0001516XdebugStep Debuggingpublic2018-01-22 18:21
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.6.0beta1 
Target Version2.6.0Fixed in Version2.6.0rc1 
Summary0001516: Can't fetch variables or object properties which have \0 characters in them
Description

Per DBGP's escaping rules (https://xdebug.org/docs-dbgp.php#escaping-rules), it says:

if we have a NULL character in the string, like in $x chr(0) y, or, $x->f chr(0) oo, than they need to be quoted with a back-slash (\), as in:

property_get -i 10 -n "$x\0y"
property_get -i 11 -n "$x->f\0oo"

Xdebug's command parser does not support this.

TagsNo tags attached.
Operating System
PHP Version7.2.0-7.2.4

Activities

derick

2018-01-18 20:50

administrator   ~0004564

Fixed in GIT.