Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49509 invoked from network); 29 Mar 2003 19:21:10 -0000 Received: from unknown (HELO ogi.bezeqint.net) (192.115.106.14) by pb1.pair.com with SMTP; 29 Mar 2003 19:21:10 -0000 Received: from mr4.bezeqint.net (pip-18.bezeqint.net [192.115.106.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id E797F36B4 for ; Sat, 29 Mar 2003 22:21:03 +0300 (IDT) Received: from mail.zend.com (bzq-117-235-230.cust.bezeqint.net [192.117.235.230]) by mr4.bezeqint.net (Mirapoint Messaging Server MOS 3.3.3-GR) with SMTP id ASI45771; Sat, 29 Mar 2003 22:21:04 +0300 (IDT) Received: (qmail 14851 invoked from network); 29 Mar 2003 19:20:55 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 29 Mar 2003 19:20:55 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030329222016.01cdabf8@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 29 Mar 2003 22:20:21 +0300 To: Timm Friebe Cc: internals@lists.php.net In-Reply-To: <1048964475.25691.707.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Bug in zend_do_perform_implementation_check(?) From: zeev@zend.com (Zeev Suraski) References: <1048964475.25691.707.camel@localhost> Fixed, thanks! Zeev At 22:01 29/03/2003, Timm Friebe wrote: >thekid@friebes:~/devel/php/tests > cat inheritance.php > class Object { > function __construct() { } > } > > class String extends Object { > function __construct() { } > } > > var_dump(new String()); >?> >thekid@friebes:~/devel/php/tests > php5 inheritance.php > >Fatal error: Declaration of string::__construct() must be the same as >::() in /usr/home/thekid/devel/php/tests/inheritance.php on line 6 > >- Timm > > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php