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  


 [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.