Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46713 invoked from network); 25 Jun 2013 15:57:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2013 15:57:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.172 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.128.172 mail-ve0-f172.google.com Received: from [209.85.128.172] ([209.85.128.172:51920] helo=mail-ve0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/B3-49518-EDDB9C15 for ; Tue, 25 Jun 2013 11:57:18 -0400 Received: by mail-ve0-f172.google.com with SMTP id jz10so10409392veb.3 for ; Tue, 25 Jun 2013 08:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x30ZBxqwJeij1d548Cvb0Kz9PrEwESXrMTn4jc8bONI=; b=XSKpysxL2+KlXGp/2HyQ5FcCAl1cjQ2srykFn8t0Ws4kIsNHahddT82FnTJpMA5eM3 hrGsG14nRd4ezwJENkXKJxHALsxMRwZ3s156C9J1JX2qtfQfo1HN8sb003u5ufYPHLzu DOer3O62GB3Vauggp04UBdEZKhxEoh2G7/r+Ot6MsgShPtm+JLPZGHKNpI0a8hBJdFYO ar4XCdT6r/qtvvTRKnvqnqlCww7olsriitogxZ2sQG8v6T652Bp/RnlP2GWBH8ScVilc sJ9jzxa6fawe0uOFdwTFtudnWT5z88KQFHJ7ncpa4CkjOgKv9zOy1JGjIo248T9dW7P+ xzZw== MIME-Version: 1.0 X-Received: by 10.58.45.70 with SMTP id k6mr14897731vem.9.1372175835370; Tue, 25 Jun 2013 08:57:15 -0700 (PDT) Received: by 10.58.94.201 with HTTP; Tue, 25 Jun 2013 08:57:15 -0700 (PDT) Date: Tue, 25 Jun 2013 11:57:15 -0400 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e013cc3263ca00204dffc9586 Subject: RFC: Protocol Type Hinting From: ircmaxell@gmail.com (Anthony Ferrara) --089e013cc3263ca00204dffc9586 Content-Type: text/plain; charset=ISO-8859-1 Hey all, I want to throw out this draft RFC to get the concept floating around and get feedback early. https://wiki.php.net/rfc/protocol_type_hinting There are still open questions, and a more complete (and cleaner) implementation will be needed before officially proposing it, but I wanted to get the concept out as soon as possible. What do you think? Thanks! Anthony --089e013cc3263ca00204dffc9586--