diff --git a/reference/funchand/functions/get-defined-functions.xml b/reference/funchand/functions/get-defined-functions.xml index cfc412be21..e9d6e6eadd 100644 --- a/reference/funchand/functions/get-defined-functions.xml +++ b/reference/funchand/functions/get-defined-functions.xml @@ -1,5 +1,5 @@ - + @@ -69,7 +69,9 @@ Array - See also get_defined_vars and + See also + function_exists, + get_defined_vars and get_defined_constants. diff --git a/reference/info/functions/get-defined-constants.xml b/reference/info/functions/get-defined-constants.xml index 1dc39d54af..22a1421c7b 100644 --- a/reference/info/functions/get-defined-constants.xml +++ b/reference/info/functions/get-defined-constants.xml @@ -1,5 +1,5 @@ - + @@ -58,6 +58,7 @@ Array See also + defined, get_loaded_extensions, get_defined_functions, and get_defined_vars. diff --git a/reference/var/functions/get-defined-vars.xml b/reference/var/functions/get-defined-vars.xml index 16b73406cf..0b66ac5e63 100644 --- a/reference/var/functions/get-defined-vars.xml +++ b/reference/var/functions/get-defined-vars.xml @@ -1,5 +1,5 @@ - + @@ -49,7 +49,9 @@ print_r(array_keys(get_defined_vars())); - See also get_defined_functions and + See also + isset, + get_defined_functions and get_defined_constants.