history was breaking the description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-07-20 23:50:03 +00:00
parent 12c0d07419
commit c8873df185

View file

@ -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>
@ -11,6 +11,11 @@
or methods of a class.
</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
@ -19,11 +24,6 @@
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>
<title>:: from outside class definition</title>
<programlisting role="php">