From c038f8959c5a7857a66b021c541ee32afd10ad26 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 12 Aug 2006 17:24:36 +0000 Subject: [PATCH] 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 --- language/oop5/visibility.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/visibility.xml b/language/oop5/visibility.xml index 2e89054c72..e0fd3d41c2 100644 --- a/language/oop5/visibility.xml +++ b/language/oop5/visibility.xml @@ -1,5 +1,5 @@ - + Visibility @@ -75,7 +75,7 @@ $obj2->printHello(); // Shows Public, Protected2, not Private The PHP 4 method of declaring a variable with the var 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 E_STRICT warning.