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

Bug #16201 Odo.php setRangeMarkerFillStyle reference return with not return
Submitted: 2009-05-07 19:10 UTC
From: mortorayecircle Assigned:
Status: Open Package: Image_Graph (version 0.7.2)
PHP Version: 5.2.9 OS: 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 : 45 + 24 = ?

 
 [2009-05-07 19:10 UTC] mortorayecircle (DamnUpper CaseName)
Description: ------------ The function "setRangeMarkerFillStyle" in Image_Graph_Plot_Odo has a return by "reference" but doesn't actually return anything. This produces the "Only variable references should be returned by reference" error on PHP 5. It should either return something or not declare a reference return.

Comments