[xdebug-dev] Bug 0000298: xdebug_var_dump & multiline strings

From: <noreply[@]lists.xdebug.org>
Date: Fri, 20 Jul 2007 15:02:28 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000298
======================================================================
Reporter: ava
Handler:
======================================================================
Project: Xdebug
Bug ID: 298
Category: Usage problems
Reproducibility: always
Severity: trivial
Priority: normal
Status: new
Operating System: GNU/Linux 2.6.9-22.EL http://bugs.xdebug.org/bug_view_page.php?bug_id=0000001 SMP ia64
PHP Version: 5.2.1
Xdebug Version: 2.0.0
======================================================================
Date Submitted: 2007-07-20 15:02 CEST
Last Modified: 2007-07-20 15:02 CEST
======================================================================
Summary: 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)
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-07-20 15:02ava New Bug
2007-07-20 15:02ava Bug Monitored: ava
======================================================================
Received on Fri Jul 20 2007 - 15:02:31 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST