1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

Dedicated to Greg Beaver <greg@chiaraquartet.net>.

This commit is contained in:
Sebastian Bergmann
2003-03-07 16:45:41 +00:00
parent 61de56b7f5
commit 81a346e4fe

View File

@@ -333,6 +333,8 @@ Changes in the Zend Engine 2.0
instance, the namespaces "Package", "Package:Subpackage" and
"Package:Subpackage:Subsubpackage" as related.
Namespaces can be neither nested nor instantiated.
To avoid ambiguities in the '::' resolution there may be no
global class and namespace with the same name.