mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d8ddc250c9
commit
c038f8959c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue