diff --git a/reference/misc/functions/defined.xml b/reference/misc/functions/defined.xml index f50b215087..04b438e11c 100644 --- a/reference/misc/functions/defined.xml +++ b/reference/misc/functions/defined.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ if (defined('CONSTANT')) { If you're wanting to see if a variable exists, use isset as defined only applies to constants. - If you're wanting to see if a function exists, use + If you want to see if a function exists, use function_exists.