Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22088 invoked from network); 21 Nov 2016 10:00:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2016 10:00:11 -0000 Authentication-Results: pb1.pair.com header.from=daniel@honestempire.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=daniel@honestempire.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain honestempire.com designates 66.111.4.29 as permitted sender) X-PHP-List-Original-Sender: daniel@honestempire.com X-Host-Fingerprint: 66.111.4.29 out5-smtp.messagingengine.com Received: from [66.111.4.29] ([66.111.4.29:51894] helo=out5-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/57-65233-7A5C2385 for ; Mon, 21 Nov 2016 05:00:09 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 0A10E207AF for ; Mon, 21 Nov 2016 05:00:01 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Mon, 21 Nov 2016 05:00:01 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=honestempire.com; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=0K/npoBg/4mKz9U8oK1Uh84nCg c=; b=jZPUiKFwlL9Mq9VYumIUEnqAuzlsucuIpAy6TShfMOglMxf2oDnDoF7Yk0 KPr8Q9JbfKlAZyy1Ej/Yc0pbQyFGqpU5PSLxQhp0xtRUVJp7GtcrzJ5C9Kpnfi8O ZtYBbujsZe0dIAUrn7zFRqV3ooITqWonduzMatii0C9hqtGus= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=0K /npoBg/4mKz9U8oK1Uh84nCgc=; b=S70wAyFEG59coGlcGk/q6gdaMXhAh+l/vp v4YrYSigNcYMtXu7Q0/0rUteME3H6VMRO4k+763BgH1MAsHm1CBQuvO68G85UwHW 6hNPcQs8I8pduMjavt1oxB+3w49nlaspB3tbupxCeOJQRJp9vmZh+96iKktuDiNR ZNIFX51WA= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id D5BAABAB83; Mon, 21 Nov 2016 05:00:00 -0500 (EST) Message-ID: <1479722400.3232818.794348273.4EB5A50D@webmail.messagingengine.com> To: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-4bd131dc References: Date: Mon, 21 Nov 2016 10:00:00 +0000 In-Reply-To: Subject: Re: [PHP-DEV] [RFC] Parameter No Type Variance From: daniel@honestempire.com (Daniel Morris) What happens if the method signature is defined within an interface? I would consider that method signature a contract and one that should not be able to be overwritten. -- Daniel Morris daniel@honestempire.com