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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-20 09:17 | fch | New Issue | |
2012-03-21 10:23 | derick | Target Version | => 2.2.1 |
2012-06-27 21:13 | derick | Note Added: 0002302 | |
2012-06-27 21:13 | derick | Status | new => closed |
2012-06-27 21:13 | derick | Assigned To | => derick |
2012-06-27 21:13 | derick | Resolution | open => fixed |
2012-06-27 21:13 | derick | Fixed in Version | => 2.2.1 |
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 |