[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/language/types string.xml
From:       "Felipe Pena" <felipe () php ! net>
Date:       2008-03-26 11:47:56
Message-ID: cvsfelipe1206532076 () cvsserver
[Download RAW message or body]

felipe		Wed Mar 26 11:47:56 2008 UTC

  Modified files:              
    /phpdoc/en/language/types	string.xml 
  Log:
  Change "var" to "public"
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types/string.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/language/types/string.xml
diff -u phpdoc/en/language/types/string.xml:1.8 phpdoc/en/language/types/string.xml:1.9
--- phpdoc/en/language/types/string.xml:1.8	Thu Mar 20 16:34:37 2008
+++ phpdoc/en/language/types/string.xml	Wed Mar 26 11:47:55 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <sect1 xml:id="language.types.string">
  <title>Strings</title>
 
@@ -342,8 +342,8 @@
 /* More complex example, with variables. */
 class foo
 {
-    var $foo;
-    var $bar;
+    public $foo;
+    public $bar;
 
     function foo()
     {



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic