RE: [PHP-DEV] RfC: rethink OO inheritance strictness

2006-07-21 Thread Daine Mamacos
If a constructor gets overridden, why should it not be the same behaviour with all methods? -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: 21 July 2006 10:31 To: Mike Bretz Cc: internals@lists.php.net Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness

[PHP-DEV] DOMImplementation

2006-01-13 Thread Daine Mamacos
xDocument back somehow. Is there any way I can take a dom implementation and shove it into my xDocument somehow? I've tried setting the members on my xDocument to point to this new implementation, but dom makes sure those members are read only. Any idea's? Many thanks Daine Mamacos.

Re: [PHP-DEV] exceptions in the destructor

2005-12-20 Thread Daine Mamacos
I see where all this is going. As long as the destructor is not called as part of the cleanup code, it works fine. Is that assumption correct? On Wed, 21 Dec 2005 00:14:15 +, Daine Mamacos wrote > Marcus, > I'm not trying to argue with you, I'm just after some help. > Y

Re: [PHP-DEV] exceptions in the destructor

2005-12-20 Thread Daine Mamacos
om a destructor, well you can, but it gets you nowhere. What does forcing the call of a destructor have to do with this conversation? If you can think of a way of working around this, that would be greatly appreciated. Anyway, Thanks Daine Mamacos On Tue, 20 Dec 2005 21:27:30 +0100, Marcus Bo

Re: [PHP-DEV] exceptions in the destructor

2005-12-20 Thread Daine Mamacos
ll > > IO is > > terminated before the destructor is called. > > When you refer to output facility, what are you talking about? > > > > Many thanks > > Daine Mamacos. > > > > > > On Mon, 19 Dec 2005 20:16:07 +0100, Marcus Boerger wrote > >

Re: [PHP-DEV] exceptions in the destructor

2005-12-20 Thread Daine Mamacos
ter script termination, the scope of an object is global, always. Is this true? Also, I've called fwrite in a destructor before, so clearly not all IO is terminated before the destructor is called. When you refer to output facility, what are you talking about? Many thanks Daine Mamacos. On M

[PHP-DEV] exceptions in the destructor

2005-12-16 Thread Daine Mamacos
. Otherwise is there any compromise one can use to "emulate" this feature? Daine Mamacos. -- random signature -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php 5.1.1 syntax errors

2005-12-15 Thread Daine Mamacos
:-("); > > and then keep moving it a line or 2 down at a time (stepping into > all/any include files, of which there are normally about 25-50) until > I find the offending line/file (at which point I can try to figure > out what is actually wrong). > > Daine Mamacos wrote

[PHP-DEV] php 5.1.1 syntax errors

2005-12-15 Thread Daine Mamacos
Is there any reason why the php 5.1.1 command processor does not report syntax errors despite all errors being on in the .ini file? Maybe I'm doing something stupid. -- random signature -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php