Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13216 invoked from network); 29 May 2014 19:59:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 19:59:19 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.192.174 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.174 mail-pd0-f174.google.com Received: from [209.85.192.174] ([209.85.192.174:65333] helo=mail-pd0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/41-07154-59197835 for ; Thu, 29 May 2014 15:59:18 -0400 Received: by mail-pd0-f174.google.com with SMTP id r10so101820pdi.5 for ; Thu, 29 May 2014 12:59:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=5gJMnOHp+5aRcDJSPBhCtO7y4TV+AFRltxcAdUSXgwA=; b=gUemM3tmsTm5cAZfZr2teEZYlfiq9lUIOXj8b85/lcgQBe1tUL1YNAsJw6hD8We+/J HRNJK2L84BqQOdj2qLXJVBaxmQDAtNpdxb5wqgrTZSUvCWZ25BICm080Sz7hCxAMBnaZ vnGxJSJNA8GlC8cQ1Cfc0ZdANUEfu4AMKkReb6z9lrcoRnKXtq7h8ZIAn+CpO576QD0k 5UMM05IggDjxu/fJK+LAZAbkvOZI6k1/2UfWlYAMJ1EntzzFqRl6Ejd4nf0R73kf93Vs MoYinZU7ZGppoMh7skbSAQI7B2lbE5/CWbcLRHeezojAlP+XxUdTgaUvvc60tbuU/3V3 J2rA== X-Gm-Message-State: ALoCoQlPskNgWBw2FR5uUsxDDEV1ys/+fiH86mSQj2ZxHn1uCJTTWYvgfG7DPlQDZwY37L/21idh MIME-Version: 1.0 X-Received: by 10.68.247.131 with SMTP id ye3mr11919892pbc.40.1401393554904; Thu, 29 May 2014 12:59:14 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.100.67 with HTTP; Thu, 29 May 2014 12:59:14 -0700 (PDT) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] Date: Thu, 29 May 2014 12:59:14 -0700 X-Google-Sender-Auth: Iqb7QFyUan5QkVWvho25U77atyU Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC] ReflectionParameter::hasTypehint() / getTypehintText() From: pollita@php.net (Sara Golemon) Pretty straight-forward. Makes it easier to recreate a function signature from PHP (Mocking) https://wiki.php.net/rfc/reflectionparameter.typehint