Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.4

Bug #11325 Strings with line containing a single "}"
Submitted: 2007-06-15 07:55 UTC
From: fredericpoeydomenge Assigned: fredericpoeydomenge
Status: Closed Package: Var_Dump (version 1.0.3)
PHP Version: Irrelevant OS: Debian GNU/Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 38 - 12 = ?

 
 [2007-06-15 07:55 UTC] fredericpoeydomenge (Frederic Poeydomenge)
Description: ------------ When Var_Dumping a string with a line containing a single "}", everything after (and including) the "}" is not shown Test script: --------------- $string = <<<EOL before { inside } after EOL; Var_Dump::display($string); Expected result: ---------------- before { inside } after Actual result: -------------- before { inside

Comments

 [2007-06-15 07:58 UTC] fredericpoeydomenge (Frederic Poeydomenge)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.