From a27cd70ec1fcf030acc517b45b66f2839600fd0f Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 21 Feb 2002 09:11:48 +0000 Subject: [PATCH] Add cross referece for get_defined_constants. # I couldn't find it at first time by myself :( git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70671 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/funchand.xml | 5 +++-- functions/info.xml | 6 ++++-- functions/misc.xml | 7 ++++--- functions/var.xml | 5 +++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/functions/funchand.xml b/functions/funchand.xml index 03a550e483..98b867d56a 100755 --- a/functions/funchand.xml +++ b/functions/funchand.xml @@ -1,5 +1,5 @@ - + Function Handling functions Functions @@ -515,7 +515,8 @@ Array - See also get_defined_vars. + See also get_defined_vars and + get_defined_constants. diff --git a/functions/info.xml b/functions/info.xml index a206fc4b6d..4a020555ce 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP Options&Information PHP Options/Info @@ -372,7 +372,9 @@ Array - See also get_loaded_extensions. + See also get_loaded_extensions, + get_defined_functions and + get_defined_vars. diff --git a/functions/misc.xml b/functions/misc.xml index 072aa23b7c..0f029df764 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -1,5 +1,5 @@ - + Miscellaneous functions Misc. @@ -225,8 +225,9 @@ if (defined("CONSTANT")){ // Note that it should be quoted See also define, - constant and the section on Constants. + constant, + get_defined_constants and the section on + Constants. diff --git a/functions/var.xml b/functions/var.xml index ecfd2d480d..923175f6fd 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -1,5 +1,5 @@ - + Variable Functions Variables @@ -255,7 +255,8 @@ print_r(array_keys(get_defined_vars())); - See also get_defined_functions. + See also get_defined_functions and + get_defined_constants.