Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92628 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56316 invoked from network); 22 Apr 2016 04:12:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2016 04:12:36 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:33281] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/FD-14036-4B4A9175 for ; Fri, 22 Apr 2016 00:12:36 -0400 Received: by mail-oi0-f48.google.com with SMTP id r78so107064707oie.0 for ; Thu, 21 Apr 2016 21:12:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=PmUXZcPOVOIsZUtaNTyM3ABRXzDnUpv0WBSciYJ8c3Y=; b=uMhlQHSf9+H6cEKNkm2/pekLYfRBGW7LVn/wfCPJYcyaqF/HNKWsOm+QeeZmxvzGtt dkEGwiTBKWt9LT5F52Rx6X++zz6OhBHnBikz5h182g6wG6BFiK65YF865RM4p/4l48gh pIpzUW2bVI3Lmer665h9SYFXAWsv+BRqmIA9IsBINWfWEH1X0bTMo3gfz3RF/NEDQ5oP Q59frgPBX2WDDh5YYjk+KCVPQRSouaUl/CEh2FIEPRNt/cz4ID40A0MqzEd/gMx0vmIO aMjIWAnJd8Xh6kHvuS5sxzwHS1R4ObDfVvOl3MB/o6AchvjIcbIgNBTFXExMsxf2Sfrm krdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PmUXZcPOVOIsZUtaNTyM3ABRXzDnUpv0WBSciYJ8c3Y=; b=UGZfaIs2SrzR5vR/AzsT2cPNjA+NlKobPkVy7PWtoufVFniLKFO6tETeWFZ3hc2qLM ugQOye6kkb0/B/hpROil6/Fg4zqOxB2DswYVxrXZ/U6+SqPZZsrdFve4MgH7aHwK+97j xTCJMRhxbFsjZhbwilSK1+AsV5Ix8mpEWiDmVSJ+8C11ZeNm2f9FT/9oMNdBP1inHTK+ TFm8tTErHRnVY738NFgXIP2LGdBWQSRnCoc/TvENws0oOPPxT8gGBuPBg0yUjESaDHIW wJfq19t6EgqudrOZEvijUp2EBtejrEASwrTKhQlKeeUCYS7SDUaabqNnJp7WnfthH8rE Ikcg== X-Gm-Message-State: AOPr4FWx8lWZ/YkVd/a1b9LvNYieId9/tCY/KIvtFRcSo5HVof8LuMJOCjTQOrE2VhOW+26b/erxT0Ug23WOow== X-Received: by 10.157.24.41 with SMTP id b38mr5501099ote.190.1461298352864; Thu, 21 Apr 2016 21:12:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.192.198 with HTTP; Thu, 21 Apr 2016 21:12:13 -0700 (PDT) Date: Fri, 22 Apr 2016 00:12:13 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11350e5e3bc28e05310b0991 Subject: [PHP-DEV][RFC] Callable Types From: marcio.web2@gmail.com (Marcio Almada) --001a11350e5e3bc28e05310b0991 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello everyone, We just completed the draft for the "Callable Types" RFC. This RFC has been recently mentioned during other type related threads on this mailing list, so it feels to be the right time to put the proposal in context: The proposal is at https://wiki.php.net/rfc/callable-types The W.I.P patch is available for testing through http://3v4l.org under the RFC tab. We count with your detailed feedback and insights. Let's have a nice, respectful and constructive conversation about the RFC and work on possible improvements! Thanks Nikita Nefedov M=C3=A1rcio Almada --001a11350e5e3bc28e05310b0991--