Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77490 invoked from network); 2 Jul 2009 08:21:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2009 08:21:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=paul.biggar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=paul.biggar@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: paul.biggar@gmail.com X-Host-Fingerprint: 209.85.219.227 mail-ew0-f227.google.com Received: from [209.85.219.227] ([209.85.219.227:41985] helo=mail-ew0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/62-65216-01E6C4A4 for ; Thu, 02 Jul 2009 04:21:36 -0400 Received: by ewy27 with SMTP id 27so1660868ewy.23 for ; Thu, 02 Jul 2009 01:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sVg7QeqRuNea0OLPlRIfXaZZuOszd7AoPJmkVPSoaa0=; b=CqpJlPOCpBgAwraLFkguSlLHrJhAo/L20Zx1Gsw7zH52g9DJy0ayBSPS2RnibNpXhX yqZYshA1yZ4LC1EtZYDzf+Y9Ofp3W+geRowhjGF294RoMtdGy8lYyN4YHLgNCUAD7Q6E OuBVR5LNcZWz2zC5zV6OR0XM/ubzMrz3gU/i4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=I4Ar85fcrDcKQ1MA2avX+ZEhfn31+dNk+iObJjCx3HWxLCCwdVQxeDjDLWnzOvYT68 UXsdblXALd3J2IJEApE123CN4lZfaIyD2mmnv3d/JyoS2IK/hL45YM2+fPT4CwobK1xr dgngjewiu4SvBVadDP0K0W1SMnacmkjINiSFY= MIME-Version: 1.0 Received: by 10.210.116.14 with SMTP id o14mr60338ebc.69.1246522893070; Thu, 02 Jul 2009 01:21:33 -0700 (PDT) In-Reply-To: <4A4C61A1.1090602@zend.com> References: <4A4C61A1.1090602@zend.com> Date: Thu, 2 Jul 2009 09:21:13 +0100 Message-ID: To: Stanislav Malyshev Cc: Ilia Alshanetsky , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Flexible type hinting From: paul.biggar@gmail.com (Paul Biggar) On Thu, Jul 2, 2009 at 8:28 AM, Stanislav Malyshev wrote: > Also, looking at the patch I think it doesn't cover the matter of inherit= ing > the typehinted methods - i.e. if there's a typehinted method, could I > override it with non-typehinted version or vice versa? What about typehin= ted > interfaces? I don't think we need to worry about this. Consider it to be the same as default values. So yes, yes, allowed but dont do anything since those functions are never called. Paul > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com =C2=A0 http://www.zend.com/ > (408)253-8829 =C2=A0 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Paul Biggar paul.biggar@gmail.com