""Jessie Hernandez"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> 2) How will symbols be resolved inside namespaces? If a class "A" exists 
> in
> namespace "N", and a global class "A" also exists, then by referencing 
> "A",
> what should happen? Should the namespaced "A" be used? If so, then the
> global "A" cannot be accessed from the namespace. Is this OK? These rules
> would need to be the same and affects the following contexts:
 i should know this, but does PHP use :: as the global scope resolver as in 
C++ ? if so,
namespaced A    ==>    $A
global A              ==>  ::$A

l0t3k

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

Reply via email to