From a9cf76ba86b2374a7d035864a8aa1e3858eee1c0 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 5 Dec 2008 03:07:22 +0000 Subject: [PATCH] Fix some wording, thanks Maciek git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270561 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 cd24f77bfd..5a961cdd39 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -70,7 +70,7 @@ define("__FOO__", "something"); Only scalar data (boolean, integer, float and string) can be contained - in constants. Its possible to register constants as + in constants. It is possible to define constants as a resource, but it should be avoided, as it can cause unexpected results.