git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232432 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2007-03-23 14:31:12 +00:00
parent c8350c752c
commit 20864bf512

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<sect1 id="language.oop5.overloading">
<title>Overloading</title>
@ -17,7 +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>.
Method __isset is called also with <function>empty</function>.
</para>
<sect2 id="language.oop5.overloading.members">