We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b3b7 commit 189d290Copy full SHA for 189d290
Zend/ZEND_CHANGES
@@ -175,6 +175,11 @@ Changes in the Zend Engine 2.0
175
Foo::$aVariable = 'someValue';
176
?>
177
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
+
183
To avoid ambiguities in the '::' resolution there may be no
184
global class and namespace with the same name.
185
0 commit comments