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

Bug #8442 Undefined variable "return"
Submitted: 2006-08-15 04:35 UTC
From: soporte at onfocus dot cl Assigned: amir
Status: Closed Package: Validate (version 0.6.4)
PHP Version: 5.2.0 RC1 OS: Irrelevant
Roadmaps: 0.8.0    
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 : 30 - 10 = ?

 
 [2006-08-15 04:35 UTC] soporte at onfocus dot cl (Cristian Rodriguez)
Description: ------------ Validate.php throws a notice about return not being defined in some situations. Test script: --------------- patch : define $return as an empty string in function __stringToUtf7() before use. Expected result: ---------------- no notice Actual result: -------------- Notice : undefined variable return

Comments

 [2006-08-15 05:41 UTC] amir at php dot net (Amir Mohammad Saied)
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. Thanks