| Anonymous | Login | Signup for a new account | 2013-05-18 20:03 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000823 | Xdebug | Usage problems | public | 2012-04-30 17:14 | 2012-05-05 21:25 | |||
| Reporter | mgdm | |||||||
| Assigned To | derick | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 2.2.0RC2 | |||||||
| Target Version | 2.2.0 | Fixed in Version | ||||||
| Summary | 0000823: Single quotes are escaped in var_dumped string output | |||||||
| Description | When var_dumping strings in the CLI when Xdebug is enabled and overriding the var_dump handlers, single quotes in strings are escaped with backslashes. This does not happen with the normal var_dump handler. It happens whether or not colour is enabled. | |||||||
| Steps To Reproduce | <?php var_dump("'hello world'"); Outputs: string(13) "\'hello world\'" I would expect: string(11) "hello world" | |||||||
| Tags | No tags attached. | |||||||
| Operating System | Mac OS X | |||||||
| PHP Version | 5.3.8 | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-04-30 17:14 | mgdm | New Issue | |
| 2012-04-30 17:29 | derick | Target Version | => 2.2.0 |
| 2012-04-30 17:29 | derick | Steps to Reproduce Updated | View Revisions |
| 2012-05-05 21:25 | derick | Status | new => closed |
| 2012-05-05 21:25 | derick | Assigned To | => derick |
| 2012-05-05 21:25 | derick | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |