Skip to content

Commit 189d290

Browse files
Syntactic sugar is sweet.
1 parent 2c1b3b7 commit 189d290

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Zend/ZEND_CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ Changes in the Zend Engine 2.0
175175
Foo::$aVariable = 'someValue';
176176
?>
177177

178+
A namespace's name may contain colons to denote "sub-namespaces".
179+
This is pure syntactic sugar, the Zend Engine will not see, for
180+
instance, the namespaces "Package", "Package:Subpackage" and
181+
"Package:Subpackage:Subsubpackage" as related.
182+
178183
To avoid ambiguities in the '::' resolution there may be no
179184
global class and namespace with the same name.
180185

0 commit comments

Comments
 (0)