make that 5.1.3 instead of 5.2.0. thanks to Pierre & Lukas for the info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218044 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2006-08-12 17:24:36 +00:00
parent d8ddc250c9
commit c038f8959c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<sect1 id="language.oop5.visibility">
<title>Visibility</title>
<para>
@ -75,7 +75,7 @@ $obj2->printHello(); // Shows Public, Protected2, not Private
<simpara>
The PHP 4 method of declaring a variable with the
<emphasis>var</emphasis> keyword is still supported for compatibility
reasons (as a synonym for the public keyword). In PHP 5 before 5.2.0, its
reasons (as a synonym for the public keyword). In PHP 5 before 5.1.3, its
usage would generate an <constant>E_STRICT</constant> warning.
</simpara>
</note>