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.