aidan           Sun Aug 22 11:24:46 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    paamayim-nekudotayim.xml 
  Log:
  A more sensible name
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/paamayim-nekudotayim.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/language/oop5/paamayim-nekudotayim.xml
diff -u phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.4 
phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.5
--- phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.4        Tue Jul 20 19:50:03 
2004
+++ phpdoc/en/language/oop5/paamayim-nekudotayim.xml    Sun Aug 22 11:24:45 2004
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <sect1 id="language.oop5.paamayim-nekudotayim">
-  <title>::</title>
+  <title>Scope Resolution Operator</title>
 
   <para>
-   The Paamayim Nekudotayim, or in simpler terms, the double colon.
-   This token provides a way to access <link
-   linkend="language.oop5.static">static</link>, <link
-   linkend="language.oop5.constants">constant</link> or overridden members
+   The Scope Resolution Operator (also called Paamayim Nekudotayim) or in
+   simpler terms, the double colon. This token provides a way to access
+   <link linkend="language.oop5.static">static</link>,
+   <link linkend="language.oop5.constants">constant</link> or overridden members
    or methods of a class. 
   </para>
 

Reply via email to