Hello Lars,

  we could even go for include here if we wanted to avoid use as much as
adding a new keyword. Personally I don't mind using keywords for different
stuff as long as it cannot conflict. That is in this case true for both
include and use.

marcus

Tuesday, February 19, 2008, 9:31:29 PM, you wrote:

> Hi Stefan,

> Am Montag, den 18.02.2008, 20:27 +0100 schrieb [EMAIL PROTECTED]:
> [...]
>>  class ezcReflectionMethod extends ReflectionMethod {
>>    use ezcReflectionReturnInfo;
>>    /* ... */
>>  }

> I'm not sure if the use-keyword is a good idea as namespaces are already
> "used". If we use "use" for traits, maybe going back to "import" for
> namespaces would be the way to go.

> cu, Lars



Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to