We always have the latest change first, lets not make this an exception

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278034 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-03-30 17:47:29 +00:00
parent b99b577a22
commit 6943ebb0b1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<sect1 xml:id="language.oop5.overloading" xmlns="http://docbook.org/ns/docbook">
<title>Overloading</title>
@ -55,12 +55,6 @@
</row>
</thead>
<tbody>
<row>
<entry>5.1.0</entry>
<entry>
Added <literal>__isset()</literal> and <literal>__unset()</literal>.
</entry>
</row>
<row>
<entry>5.3.0</entry>
<entry>
@ -68,6 +62,12 @@
Added warning to enforce public visibility and non-static declaration.
</entry>
</row>
<row>
<entry>5.1.0</entry>
<entry>
Added <literal>__isset()</literal> and <literal>__unset()</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>