From c50a926d77c25eb618731cfc11233dc2a1fb43cb Mon Sep 17 00:00:00 2001 From: Florian Anderiasch Date: Thu, 22 Nov 2007 11:53:06 +0000 Subject: [PATCH] fixed typo (bug #43334) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246709 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/isset.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/var/functions/isset.xml b/reference/var/functions/isset.xml index 22289269d5..b695cb2bec 100644 --- a/reference/var/functions/isset.xml +++ b/reference/var/functions/isset.xml @@ -1,5 +1,5 @@ - + isset @@ -26,7 +26,7 @@ If multiple parameters are supplied then isset will return &true; only if all of the parameters are set. Evaluation goes from - left to right and stop as soon as a set variable is encountered. + left to right and stops as soon as an unset variable is encountered.