From df0cee46da7c152e335488b6ee24388fa7562141 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 3 Jun 2008 08:07:20 +0000 Subject: [PATCH] there's seven constants now git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260657 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/constants.xml b/language/constants.xml index e3ab6b4a17..01fe83a65c 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -168,7 +168,7 @@ echo Constant; // outputs "Constant" and issues a notice. - There are five magical constants that change depending on + There are seven magical constants that change depending on where they are used. For example, the value of __LINE__ depends on the line that it's used on in your script. These special constants are