Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27910 invoked from network); 23 Oct 2014 22:28:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2014 22:28:08 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:33322] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/90-24679-7F089445 for ; Thu, 23 Oct 2014 18:28:08 -0400 Received: by mail-qg0-f47.google.com with SMTP id i50so189465qgf.6 for ; Thu, 23 Oct 2014 15:28:04 -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=jpf8zbRgYDCkE0LtsMcCoL+ZTPl3jqPKVmfljUAL9Oc=; b=cEg/ZiO8W+sj6nWif3b4UReCfhz4pS3gt7Bs2PYQquGHFxKpzFhNwgy1EmkqKZMhZ6 GmllieyIevHI5Np3jgbDmuIpNJSN3tttCRDpJUVLjHhQrNVtWeQgsLsrK2a/xw05bY4I YSiKfRb12qPiGryOjtQ+Rf1vrZRzq70r/bEajACjJqyxs3OnlwlJwNESKCLNyidjggkG nH/bRcYrXiIfpz6bOEnlU26ECp3QeyJXYd5b5m16bjta+X8GnYY0Wo8CzV8kwIF6XG27 AG/51vVn+gDIwhzIASklJSzRKNZOotSgiC0mSdcyI1Wm6cBTOhVzbFds8IxyxWxkHfko LNVQ== MIME-Version: 1.0 X-Received: by 10.170.47.200 with SMTP id 191mr357290ykp.65.1414103284629; Thu, 23 Oct 2014 15:28:04 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.75.37 with HTTP; Thu, 23 Oct 2014 15:28:04 -0700 (PDT) In-Reply-To: References: <54441174.5000303@fischer.name> Date: Thu, 23 Oct 2014 16:28:04 -0600 X-Google-Sender-Auth: DaKEVC7J2sCjl0mtlwZPw8zDIlg Message-ID: To: Chris Wright Cc: Markus Fischer , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Reflection-API (was: Re: [PHP-DEV] RFC: Return Types Update) From: levim@php.net (Levi Morrison) I have updated the section on Reflection to explain some of the design decisions: https://wiki.php.net/rfc/returntypehinting#reflection; hopefully that will help you and others to understand the rationale. Please let me know if you have follow-up questions.