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

Bug #17671 The PHP_Parser_CoreyyToken bad __toString method
Submitted: 2010-08-09 01:08 UTC
From: jespino Assigned: jespino
Status: Closed Package: PHP_Parser (version SVN)
PHP Version: 5.3.0 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-09 01:08 UTC] jespino (Jesús Espino)
Description: ------------ The method __toString of PHP_Parser_CoreyyToken return $this- >_string, but this attribute not exists, must return $this->string. This bug is similar to the bug #12652 of PHP_ParserGenerator

Comments

 [2010-08-09 01:13 UTC] jespino (Jesús Espino)
-Status: Open +Status: Closed -Assigned To: +Assigned To: jespino
This bug has been fixed in SVN. 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. Applied the solution proposed by Edward Rudd in the bug #12652 of PHP_ParserGenerator