On Tue, May 25, 2010 at 13:08, Richard Quadling
<rquadl...@googlemail.com> wrote:
> On 24 May 2010 16:00, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>> On Mon, May 24, 2010 at 03:25, Philip Olson <phi...@roshambo.org> wrote:
>>>
> At this stage, I'm wondering why we don't simply collect all the errors ...
>
> <?php libxml_use_internal_errors(true); ?>

I thought we did? Unless --enable-xml-details was set



> Currently, final private methods are documented as part of the class
> (http://docs.php.net/LogicException for example).
>
> The __clone() method is neither part of nor callable from any
> sub-class of Exception and shouldn't be documented as such.

It isn't documented as method of that class, it is documented as
inherited method.
It needs to be there because its a final method. If you create an
exception extending LogicException you cannot declare a method called
__clone().


-Hannes

Reply via email to