Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93407 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46611 invoked from network); 20 May 2016 06:05:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2016 06:05:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.161.178 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.161.178 mail-yw0-f178.google.com Received: from [209.85.161.178] ([209.85.161.178:36377] helo=mail-yw0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/57-05406-139AE375 for ; Fri, 20 May 2016 02:05:38 -0400 Received: by mail-yw0-f178.google.com with SMTP id x189so100111984ywe.3 for ; Thu, 19 May 2016 23:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=vnDix9S84yWwLgiow1vMRLNQgdJIAgMVpnI952F5h88=; b=EEju680XlagrhQCY2z+3VjAq49/JZlzpJTCewukO5SuQVo1wc1IToumuCguw61g7EA q2Wk5R9yQwqwPqwBRh5pz48qhNvgR2gkudsrXzhva28vhrcgFsBMbnb7AvH5V9nPT596 Yl24uS8lMNVIeB3YjOpbdMjE/+hyW1SZbM3huOnMpNylVliWFnZCviBC7qWVYdxk4MsQ 4jm4urtfKRN9KcMVMDIhY1q42n4Vq567R4DPkiQNOT0cS3vwRXloyxuSxdF3LjEWLbru AUNwRQFGZScYzDcDdV31dnxG3f09sD1Fha/z0xCs/7aYwyok8Y/jRIxYZ4xb4uqzRcAu wCzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=vnDix9S84yWwLgiow1vMRLNQgdJIAgMVpnI952F5h88=; b=I6o4mEpmAr8PEVkclwt1t8oeUCH9O56U8mdSNi/nrrLKPZ9bnet8B3mMF15Oio/OCk RYYRbrgo2cxhpFzREppYZxcn0KguiTBQ/iAYGCP+vk8W7e5F++szw9ICjJmUH3z6ubA8 6JU3uA8wri2eMf9S02eszZkxrki4eVBKRMPtzwjtac4OcZOO8Uk3k9E3n/6yPajHfQun Zz0JoS0WuM/F6DYH3iDOXz185QIRLEV4g4gIuyu8/Cp3Kuqf33FGiZs3KXmsOz5c/Sgz 7ks6rDm6e3yektsRETL9qyxxC0M9Jrrliw0tR4a1fiomYsxrYZPjQhVW+Dl5no4TjZhy pZYw== X-Gm-Message-State: AOPr4FWGJ+SULSnMV2UM2jw521ggL6HeZiCb4qHpQ2/n1hwg0Y8C7id4xA/p9bW4QthblKTt1De3d7IwIWfjuQ== MIME-Version: 1.0 X-Received: by 10.129.166.214 with SMTP id d205mr676041ywh.323.1463724334455; Thu, 19 May 2016 23:05:34 -0700 (PDT) Received: by 10.129.109.67 with HTTP; Thu, 19 May 2016 23:05:34 -0700 (PDT) X-Originating-IP: [109.157.60.67] Date: Fri, 20 May 2016 07:05:34 +0100 Message-ID: To: PHP internals , Phil Sturgeon Content-Type: multipart/alternative; boundary=94eb2c128e54014ed005333fe1e3 Subject: [RFC][Vote] Typed Properties From: pthreads@pthreads.org (Joe Watkins) --94eb2c128e54014ed005333fe1e3 Content-Type: text/plain; charset=UTF-8 Morning internals, Since we have our answer on nullable types, typed properties can now go to vote. https://wiki.php.net/rfc/typed-properties#vote Note that, support for nullability as RFC'd will be merged when the implementation for nullable_types is merged into master. Please participate. Cheers Joe --94eb2c128e54014ed005333fe1e3--