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

Bug #5717 analyzeSourceCode() fails to process certain quote situations properly
Submitted: 2005-10-19 03:59 UTC
From: cellog Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: n/a
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 : 37 - 22 = ?

 
 [2005-10-19 03:59 UTC] cellog
Description: ------------ this code: <?php class blah { function blah() { foreach ($this->dsns as $i => $dsn) { $text .= "[$count] " . ($i ? "(Package $i) " : '') . $dsn . "\n"; $count++; } } function ignored(){} } ?> causes analyzeSourceCode() to fail, ignoring the ignored() method

Comments

 [2005-10-19 04:11 UTC] cellog
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.