__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
This commit is contained in:
Jakub Vrana 2007-03-23 14:24:42 +00:00
parent 8be238f3fe
commit 77d2bd839b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<sect1 id="language.oop5.overloading">
<title>Overloading</title>
@ -17,6 +17,7 @@
Since PHP 5.1.0 it is also possible to overload the
<function>isset</function> and <function>unset</function> functions via the
__isset and __unset methods respectively.
Method __isset is called also with <function>empy</function>.
</para>
<sect2 id="language.oop5.overloading.members">