From 77d2bd839b8824cbb0a330cc4ddbcacc4ad0e23b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 23 Mar 2007 14:24:42 +0000 Subject: [PATCH] __isset is called with empty() too (bug #40797) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232429 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index fd46f693d7..53c984491d 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -17,6 +17,7 @@ Since PHP 5.1.0 it is also possible to overload the isset and unset functions via the __isset and __unset methods respectively. + Method __isset is called also with empy.