didou Tue Jul 20 19:50:04 2004 EDT
Modified files:
/phpdoc/en/language/oop5 paamayim-nekudotayim.xml
Log:
history was breaking the description
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/paamayim-nekudotayim.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5/paamayim-nekudotayim.xml
diff -u phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.3
phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.4
--- phpdoc/en/language/oop5/paamayim-nekudotayim.xml:1.3 Sat Jul 17 07:21:24
2004
+++ phpdoc/en/language/oop5/paamayim-nekudotayim.xml Tue Jul 20 19:50:03 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.oop5.paamayim-nekudotayim">
<title>::</title>
@@ -12,16 +12,16 @@
</para>
<para>
+ When referencing these items from outside the class definition, you use
+ name of the class.
+ </para>
+
+ <para>
Paamayim Nekudotayim would, at first, seem a strange choice for a
double-colon. However, at the time of writing of Zend Engine 0.5
(which powered PHP3), that is what Andi and Zeev decided to call it.
It actually does mean double-colon - in Hebrew! As PHP has progressed
with its development it has just never changed.
- </para>
-
- <para>
- When referencing these items from outside the class definition, you use
- name of the class.
</para>
<example>