Re: [PHP-DEV] ZE2 constructors
The patch look OK. Go ahead and commit it. Andi At 08:20 PM 2/28/2003 +0100, Marcus Börger wrote: Hi Zeev, according to the plans the following test file should PASS: --TEST-- The new constructor/destructor is called --SKIPIF-- --FILE-- class early { function early() {
[PHP-DEV] ZE2 constructors
Hi Zeev, according to the plans the following test file should PASS: --TEST-- The new constructor/destructor is called --SKIPIF-- --FILE-- class early { function early() { echo "early::early\n"; } function __construct() {