Re: [PHP-DEV] __destruct() behaviour

2004-03-08 Thread Marcus Boerger
Hello Ard, Saturday, March 6, 2004, 6:21:38 PM, you wrote: > While http://www.php.net/zend-engine-2.php claims the following > 'Like constructors, parent destructors will not be called > implicitly by the engine. In order to run a parent destructor, > one would have to explicit

[PHP-DEV] __destruct() behaviour

2004-03-06 Thread Ard Biesheuvel
While http://www.php.net/zend-engine-2.php claims the following 'Like constructors, parent destructors will not be called implicitly by the engine. In order to run a parent destructor, one would have to explicitly call parent::__destruct() in the destructor body. th