View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000538 | Xdebug | Uncategorized | public | 2010-02-15 18:08 | 2010-03-20 21:16 |
Reporter | degoo | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.0.0dev | ||||
Summary | 0000538: Error in watches and call stack parameter with string containing '\' | ||||
Description | When a string contain a double slash (\), in watches double slash is replaced by a slash, but if a string really contains a double slash, using property_get -n always replace double slash with a single one. When xdebug_get_function_stack() is used, if some parameters contains double slash , the values are not replaced with single slash. | ||||
Additional Information | <?php
?> $test as watch value contains 'c:\document and settings...\' | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP SP3 | ||||
PHP Version | 5.2.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-02-15 18:08 | degoo | New Issue | |
2010-02-15 18:08 | degoo | Operating System | => Windows XP SP3 |
2010-02-15 18:08 | degoo | PHP Version | => 5.2.9 |
2010-02-15 18:08 | degoo | Xdebug Version | => 2.1.0beta1 |
2010-03-20 21:16 | derick | Note Added: 0001393 | |
2010-03-20 21:16 | derick | Status | new => resolved |
2010-03-20 21:16 | derick | Resolution | open => no change required |
2010-03-20 21:16 | derick | Assigned To | => derick |
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 |