curt Sat Aug 7 22:19:10 2004 EDT
Modified files:
/phpdoc/en/language/oop5 decon.xml
Log:
make test would be helpful
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/decon.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5/decon.xml
diff -u phpdoc/en/language/oop5/decon.xml:1.3 phpdoc/en/language/oop5/decon.xml:1.4
--- phpdoc/en/language/oop5/decon.xml:1.3 Sat Aug 7 20:59:54 2004
+++ phpdoc/en/language/oop5/decon.xml Sat Aug 7 22:19:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.oop5.decon">
<title>Constructors and Destructors</title>
@@ -62,6 +62,7 @@
<title>Destructor</title>
<methodsynopsis>
<type>void</type><methodname>__destruct</methodname>
+ <void />
</methodsynopsis>
<para>
PHP 5 introduces a destructor concept similar to that of other