Index: constants.xml =================================================================== RCS file: /repository/phpdoc/en/language/constants.xml,v retrieving revision 1.44 diff -u -r1.44 constants.xml --- constants.xml 11 Jun 2006 08:53:15 -0000 1.44 +++ constants.xml 15 Jun 2006 11:03:26 -0000 @@ -62,8 +62,7 @@ You can define a constant by using the define-function. Once a constant is defined, - it can never be changed or undefined. Unlike functions, constants need to - be defined before they are referenced. + it can never be changed or undefined. Only scalar data (boolean, integer,