View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000800 | Xdebug | Uncategorized | public | 2012-03-20 09:17 | 2012-06-27 21:13 |
| Reporter | fch | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Apple | OS | MacOS | OS Version | Lion |
| Product Version | 2.2dev | ||||
| Target Version | 2.2.1 | Fixed in Version | 2.2.1 | ||
| Summary | 0000800: var_dump(get_class(new foo\bar')) add an extra "\" in class name | ||||
| Description | If you do a var_dump() on a class which is in a namespace, each "\" is displayed as "\". | ||||
| Steps To Reproduce | <?php namespace foo; class bar {} var_dump(get_class(new bar)); | ||||
| Additional Information | the script display string(7) "foo\bar" instead of string(7) "foo\bar". | ||||
| Tags | No tags attached. | ||||
| Operating System | MacOS | ||||
| PHP Version | 5.4.0 | ||||