From 49880cd19acb4f94cdc4e391b0a5c26c6ed6bcec Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Fri, 27 Apr 2007 07:54:37 +0000 Subject: [PATCH] Added a note that only scalar values are allowed as the value of constants. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234592 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/define.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/misc/functions/define.xml b/reference/misc/functions/define.xml index 7378d03274..e867dcaab0 100644 --- a/reference/misc/functions/define.xml +++ b/reference/misc/functions/define.xml @@ -1,5 +1,5 @@ - + define @@ -35,7 +35,7 @@ value - The value of the constant. + The value of the constant; only scalar values, that is integers, floats and strings are allowed.