View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000280 | Xdebug | Uncategorized | public | 2007-06-04 06:32 | 2007-06-04 17:05 |
Reporter | Mazzu | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | open | ||
Summary | 0000280: var_dump don't display key of array as expected | ||||
Description | When I'm using XDebug and when the setting 'html_errors' is set to On, var_dump() function don't display as expected the keys of array which contain the \0 character. Reproduce code:<?php Expected result:array Actual result:array | ||||
Additional Information | I'm using PHP 5.2.3 When 'html_errors' is set to Off, var_dump() output is fine : | ||||
Tags | No tags attached. | ||||
Operating System | Debian GNU/Linux | ||||
PHP Version | 5.2.1 | ||||
|
Oh ! When I have "copy pasted" the output I had, \0 characters have been replaced with a '?' but my browser submit a strange character that is here replaced with '&65533;' In the mail notification I've received, the \0 characters were replaced with '&http://bugs.xdebug.org./bug_view_page.php?bug_id=0065533;' I hope my report is comprehensible :s |
|
Fixed in CVS. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-06-04 06:32 | Mazzu | New Issue | |
2007-06-04 06:47 | Mazzu | Note Added: 0000649 | |
2007-06-04 17:05 | derick | Status | new => closed |
2007-06-04 17:05 | derick | Note Added: 0000650 | |
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 |