From c1f8b993f25f0d1dc80fd3a3816ea9664f8fac29 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 13 Jun 2003 11:24:29 +0000 Subject: [PATCH] - PHP 5 has this too git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131313 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index 6670b32cbc..cc4784b54f 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects @@ -489,7 +489,7 @@ $b = new B; - The following is valid for PHP 4 only. + The following is valid for PHP 4 and later only.