Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91324 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47512 invoked from network); 19 Feb 2016 18:41:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2016 18:41:52 -0000 Authentication-Results: pb1.pair.com header.from=walterp@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=walterp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.44 as permitted sender) X-PHP-List-Original-Sender: walterp@gmail.com X-Host-Fingerprint: 209.85.213.44 mail-vk0-f44.google.com Received: from [209.85.213.44] ([209.85.213.44:33543] helo=mail-vk0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/80-36948-FE167C65 for ; Fri, 19 Feb 2016 13:41:51 -0500 Received: by mail-vk0-f44.google.com with SMTP id k196so83029784vka.0 for ; Fri, 19 Feb 2016 10:41:51 -0800 (PST) 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=/fLR9hikzAWQTK31jMoNW25YwE45+QttmaHTZwEYnpg=; b=im7bfLeP+d62oAr5JD/Rrhmc+4nkHQGddac/NZS8ieTesGaovXpPaIadcDdCaGJhGO Dxn+64cJAB6Ctz7jfdxKYOYJ+5BgJuJpX+muacPqyMEXufHmTFU3Kw8y6AwwdBU0b5+v aNvmV6z1RZSOEQgaSSEob3RPlMkJvHvmVoMV++0FrPSRX8qOxkck5FbFhONEUg0mTAHi SImE3VmShuz4IWvUgkX/PRB4vA1D50nXv3kUxhNNW9HOYtp1rUcxjjxhD4/+nZMjvyWt ITLgTufKK3YHyxDFTNGTxTuytognE5OPfOmdwsgWeieTcaqp3Kr7trrcSnfsRVUyaoTc 1lAg== 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-type; bh=/fLR9hikzAWQTK31jMoNW25YwE45+QttmaHTZwEYnpg=; b=dpyMZ7b/StkrNQk/oifY4CFwujDzCXwIH/Hx4taUKrrnfcv73esrJvINGBWOvCtbjV kTrBfG+qt/fzbu+fktn5Nad/phThkv9r+8sC7a0d7ZmBuiz1tCtcq81bGYVI5wqq7w9v wOEe6GsHkYHuYL1MvjV6gTVugQQxEbmazmGM02qRgtKEsLddtpxV/rAm9owsZt/fDCBd ZK7QOXzocpf65vTEz85ZojQKwS5TfSrc2ohbfX9cnJh83mw5MEVySPJ73E6II2dP3gLh Oto1hAaIMyWk4FZ3XcbU8vF4pas+F7PXAbLvUz1LyF4CMgu1gch8WcEWFOQFfg8TwaEA /zwQ== X-Gm-Message-State: AG10YOQcQM+k2AxsgjWDjEhU8n2c9KAb7dtoisckmmnSigCU2cpopMjDrYNygqFprK7T3qdxZYhLPFqFspxLSg== MIME-Version: 1.0 X-Received: by 10.31.167.195 with SMTP id q186mr11746588vke.113.1455907308652; Fri, 19 Feb 2016 10:41:48 -0800 (PST) Received: by 10.176.68.230 with HTTP; Fri, 19 Feb 2016 10:41:48 -0800 (PST) In-Reply-To: <38.B2.44579.A2CD6C65@pb1.pair.com> References: <56C61BE2.3090509@php.net> <38.B2.44579.A2CD6C65@pb1.pair.com> Date: Fri, 19 Feb 2016 10:41:48 -0800 Message-ID: To: Tony Marston Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11425fbaf551c0052c23d529 Subject: Re: [PHP-DEV] [RFC Proposal] var keyword deprecation/removal From: walterp@gmail.com (Walter Parker) --001a11425fbaf551c0052c23d529 Content-Type: text/plain; charset=UTF-8 On Fri, Feb 19, 2016 at 1:10 AM, Tony Marston wrote: > "Walter Parker" wrote in message > news:CAMPTd_AHyV2d0_Saq=kPvhDZkKCMGkxAV8TNT4Hk9SdNGKCiiA@mail.gmail.com... > >> >> On Thu, Feb 18, 2016 at 11:30 AM, Sebastian Bergmann >> wrote: >> >> On 02/18/2016 02:10 PM, Colin O'Dell wrote: >>> >>> I'd like to propose an RFC to deprecate and eventually remove the "var" >>>> keyword. >>>> >>>> >>> +1 >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >>> What are your reasons for this proposal? >> >> I can think of multiple reasons why this might not be a good idea, but the >> only reason that pops to mind for getting rid of it is to make PHP work >> like a different style of language. >> >> >> Walter >> > > Your reason "make PHP work like a different style of language" is > meaningless. The removal of the "var" keyword does not change any > functionality. > > -- > Tony Marston > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I've been doing too much C# lately, mixing up the definitions of var (C# now uses var very frequently in coding). -- The greatest dangers to liberty lurk in insidious encroachment by men of zeal, well-meaning but without understanding. -- Justice Louis D. Brandeis --001a11425fbaf551c0052c23d529--