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

Request #15208 Return type doesn't allow var name
Submitted: 2008-12-02 13:32 UTC
From: metal3d Assigned:
Status: Open Package: CodeGen_PECL (version 1.1.2)
PHP Version: 5.2.6 OS: Linux Fedora 9
Roadmaps: (Not assigned)    
Subscription  


 [2008-12-02 13:32 UTC] metal3d (Patrice Ferlet)
Description: ------------ return variable name is only allowed with resource: <function name="foo_open"> <proto>resource foo foo_open(string path)</proto> <code> return_res = foo_open(path); if (!return_res) RETURN_FALSE; </code> </function> It declare return_res as void *, why not do it with other return value ?

Comments