From 581291f53d4efbc8f87bda621b18f4a3da7d0ce8 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 26 Mar 2008 11:47:55 +0000 Subject: [PATCH] Change "var" to "public" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256112 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index 941031e600..c06e2e6d3d 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -1,5 +1,5 @@ - + Strings @@ -342,8 +342,8 @@ EOD; /* More complex example, with variables. */ class foo { - var $foo; - var $bar; + public $foo; + public $bar; function foo() {