View Issue Details

IDProjectCategoryView StatusLast Update
0000075XdebugUncategorizedpublic2004-08-03 21:47
Reportertony2001 Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionopen 
Summary0000075: xdebug's var_dump implementation is not binary safe
Description

XDebug's var_dump stops dumping after first \0.
Reproduce script:
<?php
var_dump ("test\0test");
?>

this code prints:
<pre><font color='#bb00bb'>'test'</font></pre>

without xdebug it will print:
string(9) "test\0test"

TagsNo tags attached.
Operating System
PHP Version5.0.0-dev

Activities

derick

2004-08-03 21:47

administrator   ~0000168

This is now fixed in CVS (2.0-dev only).

Issue History

Date Modified Username Field Change
2004-07-12 12:03 tony2001 New Issue
2004-08-03 21:47 derick Status new => closed
2004-08-03 21:47 derick Note Added: 0000168
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