Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64305 invoked from network); 3 Mar 2015 17:19:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2015 17:19:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=pencap@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pencap@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: pencap@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:35107] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/E1-03783-60DE5F45 for ; Tue, 03 Mar 2015 12:19:03 -0500 Received: by iecrl12 with SMTP id rl12so60197008iec.2 for ; Tue, 03 Mar 2015 09:19:00 -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=qUobfLf675DeYOVkVk6qNN0XxM/5SCgKL8lD+BkGmBY=; b=xwl7AitnUh+9+ZuZFkXZI7wUSekO5L/A6w9OwXWg5khnI+16cBpCh9yws/CvjmPi3U aSjLpbjRfp3vwqa2so2MPywphOW80n7hg2mt3D3u/Vb12I6k5dd0Xd6QqgpsWBFfncqX sBRTqhyVy4Q8og4wkh5CpTl0OG/B2S+ydskeQw2ULCSc34pa8riF7U5m/rNCpjffDUR/ 1sPRzIaMD+G8iEjeZ7jxzsETabo2zcPLdv/u7Uhe0gjnGwdD/QDOg8GiIiYXLzcKOFnC Q5aYChqPL6X/pSrNF7xRmiqER1tJVr0y/OiSkcBNgaCScUDu88CXK7Jk85+/cZzIljIP IVdg== MIME-Version: 1.0 X-Received: by 10.42.145.133 with SMTP id f5mr2819950icv.82.1425403140077; Tue, 03 Mar 2015 09:19:00 -0800 (PST) Received: by 10.64.110.194 with HTTP; Tue, 3 Mar 2015 09:19:00 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Mar 2015 11:19:00 -0600 Message-ID: To: Adrian Parker Cc: PHP Internals Content-Type: multipart/alternative; boundary=90e6ba6e89dad3802f05106587be Subject: Re: [PHP-DEV] Deprecate array() From: pencap@gmail.com (Mike Willbanks) --90e6ba6e89dad3802f05106587be Content-Type: text/plain; charset=UTF-8 On Tue, Mar 3, 2015 at 11:10 AM, Adrian Parker < i.am.hidden.somewhere@gmail.com> wrote: > Seeing it makes me vomit, IMHO. > Seeing $var = [] makes me vomit, IMHO. > > This is just a proposal, I know next to nothing about core PHP development. > On a serious note, this would never happen. The short-array syntax was just recently added. It is also much like vs. in several ways but echo wouldn't be deprecated. > > Regards, Adrian > --90e6ba6e89dad3802f05106587be--