From a455d25f652c32bb1fca0167791338db75bcd6ac Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 28 Dec 2007 18:24:47 +0000 Subject: [PATCH] Added information about constant __NAMESPACE__ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249238 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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). + +