Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29519 invoked from network); 29 Mar 2016 20:38:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2016 20:38:16 -0000 Authentication-Results: pb1.pair.com header.from=pjsturgeon@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pjsturgeon@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: pjsturgeon@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:33584] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/17-24137-6B7EAF65 for ; Tue, 29 Mar 2016 15:38:15 -0500 Received: by mail-lb0-f179.google.com with SMTP id u8so18766344lbk.0 for ; Tue, 29 Mar 2016 13:38:14 -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-transfer-encoding; bh=aD2NkyomfX50vroLda5HOeb+Spn9gPKi83JfAOIGHFQ=; b=jg89CDylPXoPbQ7mLqXk6AI5tkxwA8ErQOfuh8tVP5ujV9acyYtgqtaitdNf+Q1yjG Og9MYgR77WxQiOFxBvb/wr953G5XWYd30IkEAikkgtqlNllQuFKEfJlhvW/U9pXh5FIy XGnXEfLtTw/3MTSFT0d1N4f8Q+t03iEcxPMW3PHJTY4KMKnIajGJoupjN/54Mkzi64I5 yx95hutNnmgVlMZh+1Zp69lLGNHvIQ0SNN+tM9WIL1Ov8TyVLB+TIfS3CxG0kRIA+n2g SmOK6p1wHePCIFPaN5/2V/90iOF3VShTohOM2Qvj+b4KZp156ufM81PXv0VYI9mgOIOT jVqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=aD2NkyomfX50vroLda5HOeb+Spn9gPKi83JfAOIGHFQ=; b=ic8HlnvygNnEQb706Bng2iIos8Sm0U1HiW9bcddzaCDlj2H7sNWJtkXBTgfNpAUbUD tXDd63vBqGPOHQXJixxteINbsBz01HRFXtzZxngSdkV6O5iiGYXGzPKP0BqpfZPGFrJw n33hGcJBJ9N3KedMiC3Vw6mi+vRsyz/Ysocu8awK4zRVsRDXmd6sHKjSSc5PI4OEYJR/ emtEGVkfukWQszpxVWx67hIwGAl7DWyy0+K7t+9jbMJ3CcliKOg7y6bHwTAdVvOGuvjy 0Z5BwC+d+26JnZfCXH32zcNgIsUpNzCd3+hWZk0gbXxI40a5lk/pSbleAzthbTUV8moX py4g== X-Gm-Message-State: AD7BkJJ7fsdglfxPP1ykQ18n3EJ+QvA0R6QZjGiPFF2+EFcKgP0UAsUa7UPuFN63/V+CafP0C11P4h6wxDUVKg== MIME-Version: 1.0 X-Received: by 10.112.50.144 with SMTP id c16mr2086750lbo.128.1459283891808; Tue, 29 Mar 2016 13:38:11 -0700 (PDT) Received: by 10.114.78.71 with HTTP; Tue, 29 Mar 2016 13:38:11 -0700 (PDT) In-Reply-To: <56FAD03C.20701@telia.com> References: <1458149992.3969.2.camel@kuechenschabe> <1458151531.3969.8.camel@kuechenschabe> <1458153695.3969.16.camel@kuechenschabe> <3F.70.02405.6803BE65@pb1.pair.com> <56F01545.8080008@gmail.com> <56F14572.701@gmail.com> <56F15EF5.80006@telia.com> <56F16023.1010002@gmail.com> <56FAD03C.20701@telia.com> Date: Tue, 29 Mar 2016 16:38:11 -0400 Message-ID: To: =?UTF-8?Q?Bj=C3=B6rn_Larsson?= Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC Discussion] Typed Properties From: pjsturgeon@gmail.com (Phil Sturgeon) On Tue, Mar 29, 2016 at 2:58 PM, Bj=C3=B6rn Larsson wrote: > Den 2016-03-29 kl. 17:32, skrev Phil Sturgeon: >> >> I'd like to thank everyone for their feedback on this RFC! >> >> It looks like the majority of concerns were solved during the course >> of this discussion, which is great news. >> >> The RFC has been expanded in a few areas to take care of a few other >> concerns, so please go and review it and let me know if you have any >> feedback. >> >> https://wiki.php.net/rfc/typed-properties >> >> Voting will start in a few days. >> >> Cheers, >> Phil >> > A question. Should the visibility keyword public be optional > like it is for methods and static properties? > > Regards //Bj=C3=B6rn > Hey Bj=C3=B6rn, this RFC has literally zero impact on visibility keywords. You can use public, private, protected, you can omit it entirely or you can use var if you like. It makes no difference.