From 24a5309d9212c1837853c2bbb5a0c68ac8f659bb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 22 Jul 2011 14:50:30 +0000 Subject: [PATCH] Describe returned array git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313593 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionclass/getconstants.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/reflection/reflectionclass/getconstants.xml b/reference/reflection/reflectionclass/getconstants.xml index 5914b56835..1d998e32e4 100644 --- a/reference/reflection/reflectionclass/getconstants.xml +++ b/reference/reflection/reflectionclass/getconstants.xml @@ -30,6 +30,7 @@ &reftitle.returnvalues; An array of constants. + Constant name in key, constant value in value.