make test would be helpful

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165732 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Curt Zirzow 2004-08-08 02:19:10 +00:00
parent 918f77ae2e
commit e178ff9971

View file

@ -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 @@ $obj = new SubClass();
<title>Destructor</title>
<methodsynopsis>
<type>void</type><methodname>__destruct</methodname>
<void />
</methodsynopsis>
<para>
PHP 5 introduces a destructor concept similar to that of other