Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19495 invoked from network); 29 May 2014 20:53:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 20:53:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.54 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:43032] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/72-07154-E3E97835 for ; Thu, 29 May 2014 16:53:19 -0400 Received: by mail-oa0-f54.google.com with SMTP id j17so939023oag.41 for ; Thu, 29 May 2014 13:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uRkDXqBgL4B9ufFfs6QxUMpSQCKFBDeybD8hTMFMx0Y=; b=jWY1Fcg2g8gHtkI7S5nAfRVD4iXE+pqQE5LWaOtvMz91tCeU80R1U02FeIRcOKQ3Dr E+4qWSuxYHVlGZiKZnh2qHJTdLJbCnupKj3uXJ76rPnO9fCgfwq0ZPuQ/Ph9RrYHeb8T Gt9OCKrUMj9WTRZGuijQK8lsfQQltrcHvinsOc/bGK9Ac58FDBhANWDD5DinNPKP2SwU sFnER28cxKbOyormwhaAKaL9TlerluAKRQ+wyD7sy/hhlEuKQjgpo/FLQVfucPhueTRo T4OGbP5S2Ipe56GzpuHwsBLM2R2LM6CKekoWXuE+SqU/09fxCVknVh/KTLJyQ1MliBwA jZfQ== MIME-Version: 1.0 X-Received: by 10.60.39.166 with SMTP id q6mr12153441oek.20.1401396795752; Thu, 29 May 2014 13:53:15 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.77.100 with HTTP; Thu, 29 May 2014 13:53:15 -0700 (PDT) In-Reply-To: <37D85F68-B39B-470B-81B5-4C4A8B8695E4@ajf.me> References: <37D85F68-B39B-470B-81B5-4C4A8B8695E4@ajf.me> Date: Thu, 29 May 2014 14:53:15 -0600 X-Google-Sender-Auth: NSG4G5Rhvw5WEdbS98l1Bk6z5lQ Message-ID: To: Andrea Faulds Cc: Sara Golemon , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] ReflectionParameter::hasTypehint() / getTypehintText() From: levim@php.net (Levi Morrison) On Thu, May 29, 2014 at 2:51 PM, Andrea Faulds wrote: > > 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. Personally I think we shouldn't add features in 5.6.1. Those should be reserved for bug and security fixes.