]> granicus.if.org Git - php/commitdiff
Syntactic sugar is sweet.
authorSebastian Bergmann <sebastian@php.net>
Wed, 26 Feb 2003 08:27:14 +0000 (08:27 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 26 Feb 2003 08:27:14 +0000 (08:27 +0000)
Zend/ZEND_CHANGES

index 4c8f791aa30304c1c1217311dcc01740f99568bd..0c2420afc7d50d7d35b502abd2fa686280691438 100644 (file)
@@ -175,6 +175,11 @@ Changes in the Zend Engine 2.0
         Foo::$aVariable = 'someValue';
         ?>
 
+      A namespace's name may contain colons to denote "sub-namespaces".
+      This is pure syntactic sugar, the Zend Engine will not see, for 
+      instance, the namespaces "Package", "Package:Subpackage" and 
+      "Package:Subpackage:Subsubpackage" as related.
+
       To avoid ambiguities in the '::' resolution there may be no
       global class and namespace with the same name.