Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40985 invoked from network); 22 Sep 2010 22:13:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2010 22:13:32 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:61465] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/41-45302-B8F7A9C4 for ; Wed, 22 Sep 2010 18:13:32 -0400 Received: by wye20 with SMTP id 20so1018836wye.29 for ; Wed, 22 Sep 2010 15:13:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=IrIXJilgqJAIfpdvg4hUsPDBJz4zBT+WDcmdelsC3w8=; b=h01JZNdGLFBNTa9B0Wg9gqAqQkBy1B1n4qbFLQucgKzoxjZ8KaEhhESVYq6J66Rqak o4oOGsT7VedJqnX8QDf2412DRAbFAzrO/2sO7p4WuZWbQ1mlKof+/na0MzwtrxYwVNZe h8dz2+ENTdoN4SXIN3Qn3VgqNGdGoAqppSuhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jEho7TVhZSrGA6sRzLuX1dA0a8Ewb67oA8nz1AOOLXkqTfw6JYdJJgksZnZeg5V+a2 e4vcLXeLkzI8sSVpCsMUHQi7zg4/twC3WXXi5goHTz6jgAhGvB57nrC7MdO0gmPae2+7 Hc1H63XeOBahrSZAQuzS5KLQgRTVZgZPSBROk= MIME-Version: 1.0 Received: by 10.216.38.207 with SMTP id a57mr7527621web.40.1285193609010; Wed, 22 Sep 2010 15:13:29 -0700 (PDT) Received: by 10.216.208.33 with HTTP; Wed, 22 Sep 2010 15:13:28 -0700 (PDT) In-Reply-To: <9CE5BB6D-2BBC-4171-AF43-01A27EBDE1EF@roshambo.org> References: <9CE5BB6D-2BBC-4171-AF43-01A27EBDE1EF@roshambo.org> Date: Wed, 22 Sep 2010 15:13:28 -0700 Message-ID: To: Philip Olson Cc: Internals Internals , Andi Gutmans Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] deprecation status of $str{42} versus $str[42], revisited From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Wed, Sep 22, 2010 at 2:34 PM, Philip Olson wrote: > Greetings geeks, > > Also, Andi mentioned[1] the possibility of optimizing {} for string use (the original intent) in which case keeping {} would be wise. It was over two years ago I commented on my interest in keeping {} and offering/exploring the potential to performance or feature improvements to the syntax, I still have the same opinion personally. -Chris