From 6db60390617d93c44a460d0b3cd31a5387f56783 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Wed, 2 Jul 2003 13:18:33 +0000 Subject: [PATCH] grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133984 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/defined.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.