diff --git a/language/constants.xml b/language/constants.xml index 2f64ec6b4a..52050ef4e0 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -224,6 +224,13 @@ echo Constant; // outputs "Constant" and issues a notice. returned as it was declared (case-sensitive). + + __NAMESPACE__ + + The name of the current namespace (case-sensitive). This constant + is defined in compile-time (Added in PHP 5.3.0). + +