Mantis - Quercus
Viewing Issue Advanced Details
5767 minor always 07-04-14 09:00 07-04-14 09:00
tobia  
 
normal  
new  
open  
none    
none  
0005767: Multiple names per single "use" keyword
This affects the latest 4.0.39, but I couldn't find it in the version popup.

PHP allows importing multiple class names with a single "use" keyword, separated by a comma:

    use Some\ClassA, Some\ClassB;

This is breaking several external libraries, including Doctrine.
See for example http://www.doctrine-project.org/api/common/2.3/source-class-Doctrine.Common.Collections.Collection.html#22 [^]

There are no notes attached to this issue.