Community
Participate
Working Groups
1. given the following example: <?php namespace Example\One { class Response { function foo() { } } } namespace foo { use Example\One\Response as HTTPResponse; $a = new HTTPResponse (); $a->| } 2. where the | char, need to provide foo() method
fixed in head
fixed in branch
*** Bug 319930 has been marked as a duplicate of this bug. ***
Verified fixed. Kalin Yanev kalin.a@zend.com