Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19791 invoked from network); 21 Dec 2011 02:09:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2011 02:09:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=will.fitch@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=will.fitch@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: will.fitch@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:53679] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/B0-13480-2FF31FE4 for ; Tue, 20 Dec 2011 21:09:54 -0500 Received: by qabj40 with SMTP id j40so3648561qab.8 for ; Tue, 20 Dec 2011 18:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=jYITKPsQFg/OZUtpBwb9qMofYsQTpRnvcUshv5IciDk=; b=Gj1JQYiivezAsaWRJiRU1AdQFQTNhHMeOimg6GmPbRzREbR8T7UlSsoUsljQACk14i vGNfHMyU0I9FYfpBM4rcFgMDdlqVbopWMfDWaUFn9LB2/NoeDTV/JY9oFkGy1tyV+yka nXeheNICrPrsrqNrYBSxUumbz6+UvUAvxIPII= Received: by 10.224.186.72 with SMTP id cr8mr5984310qab.95.1324433390867; Tue, 20 Dec 2011 18:09:50 -0800 (PST) Received: from [10.0.0.10] (c-71-225-170-108.hsd1.pa.comcast.net. [71.225.170.108]) by mx.google.com with ESMTPS id dh10sm7324598qab.19.2011.12.20.18.09.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 18:09:49 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 20 Dec 2011 21:09:46 -0500 Message-ID: <2095305E-D4E3-4D7E-8218-32EE99688E0C@GMAIL.COM> To: PHP Developers Mailing List Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) Subject: Return Type Hinting for Methods RFC From: will.fitch@gmail.com (Will Fitch) Hello All, I would like to submit https://wiki.php.net/rfc/returntypehint2 into = discussion. A link to the patch for this is provided and can be ran = against the current HEAD. =20 There is an older entry still in existence, but this patch is = syntactically different. The older entry is located at = https://wiki.php.net/rfc/typechecking and is bundled with parameter, = scalars, etc. If possible, can someone promote this to the "Under Discussion" category = within https://wiki.php.net/rfc? -- Will=