Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52702 invoked by uid 1010); 18 Nov 2005 03:58:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52687 invoked from network); 18 Nov 2005 03:58:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2005 03:58:17 -0000 X-Host-Fingerprint: 80.137.10.70 p50890A46.dip0.t-ipconnect.de Received: from ([80.137.10.70:23665] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C5/85-07637-9515D734 for ; Thu, 17 Nov 2005 22:58:17 -0500 To: internals@lists.php.net,Andrei Zmievski Message-ID: <437D514F.9040608@web.de> Date: Fri, 18 Nov 2005 04:58:07 +0100 User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 CC: Rasmus Lerdorf References: <437B530A.5050105@prohost.org> <437CF6B4.5080207@web.de> <437CF943.7090800@lerdorf.com> <437D0D08.8060805@web.de> <437D0E22.7080006@lerdorf.com> <437D11B7.7090102@web.de> <2572EABC-636E-4978-A6DD-20C2D81BAA1D@gravitonic.com> In-Reply-To: <2572EABC-636E-4978-A6DD-20C2D81BAA1D@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.137.10.70 Subject: Re: [PHP-DEV] dropping curly braces From: akorthaus@web.de (Andreas Korthaus) Hi Andrei! Andrei Zmievski wrote: > You will break many more scripts by dropping [] for strings than the > other way around. Do you agree? Until tonight I was sure that only a few projects still use the [] syntax which is depreciated for 5 years. But if some of you don't think so I'm probably wrong. For me it's more important to have the possibility to use a convention (like "$arrays[], $strings{}") in a project, not to drop something. Looks like if I will loose this possibility soon. best regards Andreas