Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67881 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46594 invoked from network); 26 Jun 2013 15:03:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2013 15:03:22 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.182 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.128.182 mail-ve0-f182.google.com Received: from [209.85.128.182] ([209.85.128.182:53707] helo=mail-ve0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/A3-29746-9B20BC15 for ; Wed, 26 Jun 2013 11:03:21 -0400 Received: by mail-ve0-f182.google.com with SMTP id ox1so11641755veb.13 for ; Wed, 26 Jun 2013 08:03:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NS6+1XCRXfs8gGB5tq8f3hQGNvRqZhm6JlykrCU6uBk=; b=mrLpgyGoClktKzXNqanYD0JZhvPMCanNW7yo7RwVvz6kn07GHhpM4MlMHV86lXFuJC xqkoAftVifODhueIPdXRrYlEooYM+xMvHEcyQs0jCg5GqwmrJQ6OdxWnFObj1f6sm+jB TEHYC4BUeuUENfSINOUBXdUyD8Rp/p0JehEU6ktGvo3tG46am4tAeXPiVXwxDMNawsNS ZH+/Z37D5UKEL4eFEHzi6Tf8YlXQQBU0E8h4mIcQVoYlJ4/ADO8W+xGCwpPucV1va4Hx L4Wc+8ghPPUXL8D88ZAu8JPNNXuGUWPHiAlyfvQVDlQ8p2zj+Xi4cMx/ifRbIPoESzIk Iq4Q== MIME-Version: 1.0 X-Received: by 10.220.44.195 with SMTP id b3mr1794339vcf.62.1372258998334; Wed, 26 Jun 2013 08:03:18 -0700 (PDT) Received: by 10.58.94.201 with HTTP; Wed, 26 Jun 2013 08:03:18 -0700 (PDT) In-Reply-To: <007601ce727c$d32e9680$798bc380$@tutteli.ch> References: <51C9FA9C.8050403@sugarcrm.com> <51CA1C93.6080500@sugarcrm.com> <51CA24C5.9090505@sugarcrm.com> <007601ce727c$d32e9680$798bc380$@tutteli.ch> Date: Wed, 26 Jun 2013 11:03:18 -0400 Message-ID: To: Robert Stoll Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c2c9ac22bf1204e00ff264 Subject: Re: [PHP-DEV] RFC: Protocol Type Hinting From: ircmaxell@gmail.com (Anthony Ferrara) --001a11c2c9ac22bf1204e00ff264 Content-Type: text/plain; charset=ISO-8859-1 Robert, On Wed, Jun 26, 2013 at 10:52 AM, Robert Stoll wrote: > I had a quick look at GO and as far as I understand they do not use duck > typing but a structural type system. > http://golang.org/doc/faq#implements_interface > > Please change this in your RFC to avoid misunderstandings. Great idea. I'll update the RFC and code to call it "structural typing" instead of protocol. A much better term... Thanks! --001a11c2c9ac22bf1204e00ff264--