- PHP 5 has this too

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131313 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2003-06-13 11:24:29 +00:00
parent 60c75aa34c
commit c1f8b993f2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.41 $ -->
<!-- $Revision: 1.42 $ -->
<chapter id="language.oop">
<title>Classes and Objects</title>
@ -489,7 +489,7 @@ $b = new B;
<caution>
<simpara>
The following is valid for PHP 4 only.
The following is valid for PHP 4 and later only.
</simpara>
</caution>