View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000308 | Xdebug | Uncategorized | public | 2007-09-13 18:03 | 2009-10-17 18:14 |
Reporter | tachu | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000308: Var dump displaying cut strings. | ||||
Description | When you have a string with new lines in it var dump will cut it off. This is not related to the lenght of the string it will always cut off. For better understanding see example below. | ||||
Additional Information | With String: var_dump($sql); the output is : Now Same string no new lines: var_dump($sql); | ||||
Tags | No tags attached. | ||||
Operating System | CentOS Release 5 (final) | ||||
PHP Version | 5.1.6 | ||||
|
Also consider adding more character to string at end of string actually print out more. $sql = "SELECT media_group.title, media_group.description, media_content.url, media_content.duration, var_dump($sql); outputs: |
|
I can not reproduce this at all, could you please send me a reproducing script by mail - in a tar.gz or zip file. And also post the output of phpinfo() somewhere? |
|
Reminder sent to tachu I can not reproduce this at all, could you please send me a reproducing script by mail - in a tar.gz or zip file. And also post the output of phpinfo() somewhere? |
|
Reminder sent to tachu I can not reproduce this at all, could you please send me a reproducing script by mail - in a tar.gz or zip file. And also post the output of phpinfo() somewhere? This is the last reminder that I will send. If I don't get feedback I will mark it has "unable to reproduce". |
|
No feedback provided -> closing issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-09-13 18:03 | tachu | New Issue | |
2007-09-13 18:05 | tachu | Note Added: 0000724 | |
2007-10-28 20:42 | derick | Note Added: 0000778 | |
2007-10-28 20:42 | derick | Status | new => feedback |
2007-11-01 21:07 | derick | Note Added: 0000794 | |
2007-11-11 17:41 | derick | Note Added: 0000806 | |
2009-10-17 18:14 | derick | Note Added: 0001110 | |
2009-10-17 18:14 | derick | Status | feedback => resolved |
2009-10-17 18:14 | derick | Resolution | open => unable to reproduce |
2009-10-17 18:14 | derick | Assigned To | => derick |
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 |