From 67de41e11a6ecabb83ca813013dedafd6eef0d42 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 6 Oct 2010 10:56:01 +0000 Subject: [PATCH] Added initializer. Added V5.2.11 changelog to show different behaviour of $categorize. Fix bug #52999 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304142 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/get-defined-constants.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/get-defined-constants.xml b/reference/info/functions/get-defined-constants.xml index cfabf42ba1..c13489b444 100644 --- a/reference/info/functions/get-defined-constants.xml +++ b/reference/info/functions/get-defined-constants.xml @@ -10,7 +10,7 @@ &reftitle.description; arrayget_defined_constants - boolcategorize + boolcategorizefalse Returns the names and values of all the constants currently defined. @@ -122,6 +122,15 @@ Array are categorized under mhash. + + 5.2.11 + + The categorize parameter now operates appropriately. + Previously, the categorize parameter was interpreted + as !is_null($categorize), making any value other than &null; + force the constants to be categorized. + + 5.0.0