Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38266 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43908 invoked from network); 16 Jun 2008 06:16:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2008 06:16:52 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Received: from [66.249.92.174] ([66.249.92.174:28428] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/75-06776-35506584 for ; Mon, 16 Jun 2008 02:16:51 -0400 Received: by ug-out-1314.google.com with SMTP id h3so326281ugf.29 for ; Sun, 15 Jun 2008 23:16:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=01Kycz/I8iuNBY3O7ejMRXy6YysPn+vmhVlo6Hgi4Wo=; b=i1NdnyE0e2WtkETg1SXrPOgWePl93G89Ppzs0JjfkJXoXCHAzspZaYurflM8FcEff5 3K/HzbZylc67nQUGtuTTtTMN/yU6cwCAiSaqKVE4BeZ0wd8iTONAmXmDciRGui/4B9Ax 1z6+LcOtHe2d0k6dNs6t4+hRFn1GbLMCHPlCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=u9+f8Y6fJldtzfEUXgQgN1RUqEsYKd8BbLXN6TBn7IdYPwfdSOXvu6SNw17StIWth6 VQHVcVvtvOXOUK1jZuuEezFfw5y2ZBt2iSMuJ6Xyw9yF7lVSMphUcC9bbaxozOzKXApz T6BXUmuQBRDjA+3rNd6+jjN8+nB2GWIiAv5vw= Received: by 10.66.250.17 with SMTP id x17mr5383383ugh.15.1213597008234; Sun, 15 Jun 2008 23:16:48 -0700 (PDT) Received: by 10.66.223.2 with HTTP; Sun, 15 Jun 2008 23:16:47 -0700 (PDT) Message-ID: <9b3df6a50806152316p7e0078f4h58331030bd356695@mail.gmail.com> Date: Mon, 16 Jun 2008 09:16:47 +0300 To: "Chris Stockton" Cc: "Andi Gutmans" , "Lars Strojny" , "Markus Fischer" , "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11315_13425205.1213597008262" References: <77972256-ED0C-4FCE-8DEF-8283FE1BBFC5@roshambo.org> <484F0897.4040405@fischer.name> <1213139582.12765.5.camel@localhost> <698DE66518E7CA45812BD18E807866CE01AB3D1D@us-ex1.zend.net> Subject: Re: [PHP-DEV] deprecation status of $str{42} versus $str[42] From: arvids.godjuks@gmail.com ("Arvids Godjuks") ------=_Part_11315_13425205.1213597008262 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline IMHO, remove {} and leave [] for strings. Strings is array of chars, so [] syntax is fully OK ------=_Part_11315_13425205.1213597008262--