Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72229 invoked from network); 11 Mar 2016 10:03:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2016 10:03:35 -0000 Authentication-Results: pb1.pair.com header.from=kelerest123@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kelerest123@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: kelerest123@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:34008] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/42-50603-6F792E65 for ; Fri, 11 Mar 2016 05:03:34 -0500 Received: by mail-oi0-f42.google.com with SMTP id m82so81935215oif.1 for ; Fri, 11 Mar 2016 02:03:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=kElCxZtoS1i7qThZUrZVHKpSfq/Xln9kNgaS84uN9z8=; b=wbwjHzKv8xEZ+6rASfHYbiAhWo0SxR8NQCp8iAdbn67ooCGUESsdLMvRxiu/rNCzy0 3CUzbJkVP0NeQwKf4WtNYoi8nnLOjj4fWtm6y3WzckiHbwlqCOXVQXG4REgU4aQVyw7K JRQpSwCbTWBl6nHRrcseSN74crbQ4Zhs625lqLqk8GDyB4jr/mh7oLgcB0slPvLALuk7 GZSgQkhan7vGwVj6IZvtkHWtzItUV11pNx8mjn4KFew/IjAwBfsMRy8PyCMXo0PGl8OU X1SuA1CjBb++6OYMWg/Xftgcb+e/jLpvcgnGqrWSpz3A/F9EyyoQTxGm8JO2/5eyGeMh lTDw== 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:from:date :message-id:subject:to:cc; bh=kElCxZtoS1i7qThZUrZVHKpSfq/Xln9kNgaS84uN9z8=; b=DRmq6I8Xp4+/5aabLoScrY0qYNiHi77oFzilnfAnlZK/+kQe3AIgOwi2T6go+NNiAh O4X5jOh6UgA/DR94qnoVQ2hdNVNEwmCJQcvzClHR/Hp5FLLCj51QdSVrnLqm+y0e+sIo exhBiEkg8WEUa7KyTS3Lvt4QfhYv6W5jaeMoUTby5HNIe84Laeo/c3QpMOviu5U4GIY/ ThmZFldcM3tj7i9gNzb83G+nJiq1gBa78A/tpw6NiL9dsIGxVKyeBNrFnU2BqhSSjf+q QmEDr8HerFT9LkbQ8Rxpc7Rl23pCnvYSt2BTnGXclfb9USDpHjj5dkgrgMdP4ymBPxXR 8YyA== X-Gm-Message-State: AD7BkJIKTeczmpDEfQNMJ8zIW5u3OrJCJYAl+kLXsPAmYurCzzUKsu9E0s/dbh+32SuXSQ6mwRZYfDBG8cNjNQ== X-Received: by 10.202.3.135 with SMTP id 129mr4858891oid.91.1457690611693; Fri, 11 Mar 2016 02:03:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.73.195 with HTTP; Fri, 11 Mar 2016 02:03:12 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Mar 2016 15:33:12 +0530 Message-ID: To: "Colin O'Dell" Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113b967e1a3f19052dc30b77 Subject: Re: [PHP-DEV] [RFC Discussion] "var" Deprecation From: kelerest123@gmail.com (=?UTF-8?B?SmFrdWIgS3Viw63EjWVr?=) --001a113b967e1a3f19052dc30b77 Content-Type: text/plain; charset=UTF-8 From the RFC: > var is therefore a limited subset of public. No, this is wrong. `var` was here much much longer than `public`, therefore `var` is not a subset of public, but rather `public` is _an extension_ of `var`. The keyword `var` is also unique for it's semantics in the later versions of the language viz. previous discussion: - `var` represents not any certain visibility, it states that the visibility of property is yet unspecified - `var` can semantically also represent an internal dependency, as I have described earlier On 10 March 2016 at 22:44, Colin O'Dell wrote: > Hello all, > > I have completed my initial draft of the RFC to deprecate "var" in favor of > "public": https://wiki.php.net/rfc/var_deprecation > > I would greatly appreciate any feedback on this RFC, especially with the > following: > > - Ensuring that all major arguments for & against have been documented. > - Any impact this may have on SAPIs, extensions, or the opcache. > - Any assistance or guidance on creating the patch (I've never written C or > worked with the core codebase before). > > If you'd like to read the pre-draft discussion it can be found here: > https://wiki.php.net/rfc/mailing_list_discussion > > Regards, > > Colin O'Dell > -- Cheers, Kubis --001a113b967e1a3f19052dc30b77--