From 6943ebb0b138bf5bdf4353c9eb9eac91de488bb1 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 30 Mar 2009 17:47:29 +0000 Subject: [PATCH] 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 --- language/oop5/overloading.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 309d3c6579..b726852078 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -55,12 +55,6 @@ - - 5.1.0 - - Added __isset() and __unset(). - - 5.3.0 @@ -68,6 +62,12 @@ Added warning to enforce public visibility and non-static declaration. + + 5.1.0 + + Added __isset() and __unset(). + +