Alexey Zakhlestin schrieb:
OK: namespace foo; { }Not OK: { use Foo:Bar as Something; }
Then that is a showstopper that effectively does not allow to use braces around a namespace, so I'd boldly suggest either fixing the curly braces notation to allow use statements or disallow curly braces around namespaces, because as it is, it doesn't really seem useful.
Regards, Stefan -- >e-novative> - We make IT work for you. e-novative GmbH - HR: Amtsgericht München HRB 139407 Sitz: Wolfratshausen - GF: Dipl. Inform. Stefan Priebsch http://www.e-novative.de - GnuPG Key: 0x7DB67F7F -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
