Stanislav Malyshev schrieb:
>>   function super_common_function_every_namespace_in_my_project_uses(){
>>   }
>>
>>   namespace A::B {
> That's what I would like to avoid. Because if you need namespaces, then
> you want to segment your naming space. If you in the same time pollute
> the global space with non-namespaced function names, the whole namespace
> business is kind of meaningless. Or you want your library not polluting
> global space, or you don't.

Will there be an exception [as in: special case, not as in: new
Exception()] for an __autoload function?

Kind 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

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

Reply via email to