mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232432 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8350c752c
commit
20864bf512
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue