Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18049 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7623 invoked by uid 1010); 14 Aug 2005 10:54:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7608 invoked from network); 14 Aug 2005 10:54:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 10:54:09 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:52194] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0D/AB-33075-0D22FF24 for ; Sun, 14 Aug 2005 06:54:08 -0400 Received: from [192.168.1.3] (dsl-082-083-245-204.arcor-ip.net [82.83.245.204]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 90F5B35C379; Sun, 14 Aug 2005 13:13:39 +0200 (CEST) Date: Sun, 14 Aug 2005 12:54:21 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <16221090.20050814125421@marcus-boerger.de> To: Derick Rethans Cc: Andrei Zmievski , Jani Taskinen , internals In-Reply-To: References: <42FCE0E4.604@lerdorf.com> <1114795828.20050813012424@marcus-boerger.de> <42FD935D.8060602@prohost.org> <5DC75CC6-B8F8-4431-B031-606EA0BFF912@gravitonic.com> <42FD977E.1030705@prohost.org> <73D65ACE-D442-41FF-A35C-42D92F7B7A75@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: helly@php.net (Marcus Boerger) Hello Derick, Sunday, August 14, 2005, 12:47:46 PM, you wrote: > On Sat, 13 Aug 2005, Andrei Zmievski wrote: >> On Aug 13, 2005, at 5:37 PM, Jani Taskinen wrote: >> >> > -Inf >> > >> > We're talking about cleaning up legacy stuff, not creating new, aren't >> > we? :) >> > And iirc, using [] for strings has been "deprecated" for ages now. >> >> Not really. [] and {} compile to exactly the same thing, actually. > Might be true, but the manual lists this for years already: > http://www.php.net/manual/en/language.types.string.php#language.types.string.parsing.complex So if we stick to the docs then [] == arrays, {} == strings and we're happy. Best regards, Marcus