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