From c478965fe52fcc53546ecdc885a70b16847b487b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 14 Jun 2005 10:02:01 +0000 Subject: [PATCH] Constname can't be an array git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188350 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/functions/runkit-constant-add.xml | 6 +++--- reference/runkit/functions/runkit-constant-redefine.xml | 8 ++++---- reference/runkit/functions/runkit-constant-remove.xml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/runkit/functions/runkit-constant-add.xml b/reference/runkit/functions/runkit-constant-add.xml index 93af4452f2..61c4d23161 100644 --- a/reference/runkit/functions/runkit-constant-add.xml +++ b/reference/runkit/functions/runkit-constant-add.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolrunkit_constant_add - mixedconstname + stringconstname mixedvalue @@ -25,7 +25,7 @@ Name of constant to declare. Either a string to indicate a global constant, - or an array to indicate a class constant. + or classname::constname to indicate a class constant. diff --git a/reference/runkit/functions/runkit-constant-redefine.xml b/reference/runkit/functions/runkit-constant-redefine.xml index 5dd7d9eafd..b9c2d001f9 100644 --- a/reference/runkit/functions/runkit-constant-redefine.xml +++ b/reference/runkit/functions/runkit-constant-redefine.xml @@ -1,18 +1,18 @@ - + runkit_constant_redefine - + Redefine an already defined constant &reftitle.description; boolrunkit_constant_redefine - mixedconstname + stringconstname mixednewvalue @@ -26,7 +26,7 @@ Constant to redefine. Either string indicating global constant, - or array indicating class constant. + or classname::constname indicating class constant. diff --git a/reference/runkit/functions/runkit-constant-remove.xml b/reference/runkit/functions/runkit-constant-remove.xml index 43c4f11d04..e26249e77d 100644 --- a/reference/runkit/functions/runkit-constant-remove.xml +++ b/reference/runkit/functions/runkit-constant-remove.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolrunkit_constant_remove - mixedconstname + stringconstname @@ -25,7 +25,7 @@ Name of constant to remove. Either a string indicating a global constant, - or an aray indicating a class constant. + or classname::constname indicating a class constant.