The specific statements:

>From http://us2.php.net/manual/en/language.constants.php

'Once a constant is defined, it can never be changed or undefined.'
'Only scalar data (boolean, integer, float and string) can be contained in
constants.'
'Constants may not be redefined or undefined once they have been set'
'Constants may only evaluate to scalar values'

Unambiguous.

To paraphrase the comments from the old ANSI C group, "Any violation of the
rules may cause missles to fly from your nose".

Mark C.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to