View Issue Details

IDProjectCategoryView StatusLast Update
0000298XdebugUncategorizedpublic2007-07-20 14:53
Reporterava Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionopen 
Summary0000298: xdebug_var_dump & multiline strings
Description

Reproduse code:
<?php
$sql = "select * \n table from \nwhere condition";
xdebug_var_dump($sql);
?>

Expected:
string 'select *
table from
where condition' (length=38)

Got:
string 'select *
table from
where c' (length=38)

Additional Information

xdebug.var_display_max_children: 128
xdebug.var_display_max_data: 512
xdebug.var_display_max_depth: 4

TagsNo tags attached.
Operating SystemGNU/Linux 2.6.9-22.EL #1 SMP ia64
PHP Version5.2.1

Activities

derick

2007-07-20 14:53

administrator   ~0000703

Fixed in CVS, thanks for your report.

Issue History

Date Modified Username Field Change
2007-07-20 14:02 ava New Issue
2007-07-20 14:53 derick Status new => closed
2007-07-20 14:53 derick Note Added: 0000703
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