Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74642 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18110 invoked from network); 29 May 2014 20:51:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 20:51:36 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.196 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.196 imap4.ox.privateemail.com Received: from [192.64.116.196] ([192.64.116.196:36740] helo=imap4.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/22-07154-5DD97835 for ; Thu, 29 May 2014 16:51:34 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 6660D56007C; Thu, 29 May 2014 16:51:30 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap4.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap4.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id aMhwtKh7IskD; Thu, 29 May 2014 16:51:30 -0400 (EDT) Received: from [192.168.0.200] (unknown [90.203.28.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 32D06560079; Thu, 29 May 2014 16:51:28 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: Date: Thu, 29 May 2014 21:51:26 +0100 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <37D85F68-B39B-470B-81B5-4C4A8B8695E4@ajf.me> References: To: Sara Golemon X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] [RFC] ReflectionParameter::hasTypehint() / getTypehintText() From: ajf@ajf.me (Andrea Faulds) On 29 May 2014, at 20:59, Sara Golemon wrote: > Pretty straight-forward. Makes it easier to recreate a function > signature from PHP (Mocking) > https://wiki.php.net/rfc/reflectionparameter.typehint Why 5.7? Looks like the sort of self-contained function addition you = could get into 5.6.1. -- Andrea Faulds http://ajf.me/