View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000744 | Xdebug | Uncategorized | public | 2011-11-02 10:22 | 2012-02-29 13:13 |
Reporter | aarjan | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Linux | OS Version | CentOS 5.3 | ||
Product Version | 2.1.0 | ||||
Summary | 0000744: new lines in a PHP file from Windows are displayed with an extra white line with var_dump(); | ||||
Description | The next PHP code shows an empty line in the browser. This is because Windows stores a "Return" as a \r\l (0000013#10) and xdebug seems to replace only the \l <?php var_dump($my_test_string); Hexdump -C output: Html output (note that the "&0000010" is on a new line): | ||||
Steps To Reproduce | See attached file | ||||
Additional Information | Saving the file in Unix-style (only \l) shows the proper output | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.3.8 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-02 10:22 | aarjan | New Issue | |
2011-11-02 10:22 | aarjan | File Added: xdebug_test.php | |
2012-02-29 13:13 | derick | Note Added: 0001935 | |
2012-02-29 13:13 | derick | Status | new => closed |
2012-02-29 13:13 | derick | Assigned To | => derick |
2012-02-29 13:13 | derick | Resolution | open => fixed |
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 |