vrana           Fri Mar 23 14:24:42 2007 UTC

  Modified files:              
    /phpdoc/en/language/oop5    overloading.xml 
  Log:
  __isset is called with empty() too (bug #40797)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/overloading.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/language/oop5/overloading.xml
diff -u phpdoc/en/language/oop5/overloading.xml:1.15 
phpdoc/en/language/oop5/overloading.xml:1.16
--- phpdoc/en/language/oop5/overloading.xml:1.15        Thu Jan 18 22:34:53 2007
+++ phpdoc/en/language/oop5/overloading.xml     Fri Mar 23 14:24:42 2007
@@ -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">

Reply via email to