vrana Fri Aug 17 11:12:05 2007 UTC
Modified files: /phpdoc/en/language/oop5 decon.xml Log: Exception can't be thrown from destructor only at the end of the script (bug #40024) http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/decon.xml?r1=1.12&r2=1.13&diff_format=u Index: phpdoc/en/language/oop5/decon.xml diff -u phpdoc/en/language/oop5/decon.xml:1.12 phpdoc/en/language/oop5/decon.xml:1.13 --- phpdoc/en/language/oop5/decon.xml:1.12 Wed Jun 20 22:24:13 2007 +++ phpdoc/en/language/oop5/decon.xml Fri Aug 17 11:12:05 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <sect1 xml:id="language.oop5.decon" xmlns="http://docbook.org/ns/docbook"> <title>Constructors and Destructors</title> @@ -105,7 +105,8 @@ </note> <note> <para> - Attempting to throw an exception from a destructor causes a fatal error. + Attempting to throw an exception from a destructor (called in the time of + script termination) causes a fatal error. </para> </note> </sect2>