Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75278 invoked from network); 23 Sep 2010 20:39:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2010 20:39:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 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: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:64523] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/E8-25016-D0BBB9C4 for ; Thu, 23 Sep 2010 16:39:42 -0400 Received: by gwb19 with SMTP id 19so893742gwb.29 for ; Thu, 23 Sep 2010 13:39:39 -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=3k2qhFGeT/hEph7BFTLFl2MATd8ZhvimHuXe7WoWIEg=; b=GvCap6OHGVEhAwOACTjQLefwN/3f9kZueag09MLLTKVfbt0Tv4D+ycil7HJF4yz/FS 7cDodNbSyOhMRMu07iTscomOniN6WpMfU0TWuqKs7QBkst+NQlfBxMbrV70zyUwo3S2t dzcEGPoAfu+/cYRpnsYtoRMmaghXMbR3wFVzA= 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=kqcvEin1wQ9pOHt9oJg0K/xO6cEWihAw0b9FJmLLXjHsgZMXYL+TiLvl7xhNyesFqP AH3rAJDlZ2SasIocSdNDX9EFiI2Jo+aBIyiKtXI4MA8e77JcDHapyPs/BFaeCpF6Gd5p 4sSOpHpaBxtm4efPzkUBXfyyWp9Y2a+xSOBYo= MIME-Version: 1.0 Received: by 10.151.40.8 with SMTP id s8mr3569663ybj.262.1285274379110; Thu, 23 Sep 2010 13:39:39 -0700 (PDT) Received: by 10.236.103.136 with HTTP; Thu, 23 Sep 2010 13:39:39 -0700 (PDT) In-Reply-To: <4C9BADDD.3010201@gmail.com> References: <9CE5BB6D-2BBC-4171-AF43-01A27EBDE1EF@roshambo.org> <4C9BADDD.3010201@gmail.com> Date: Thu, 23 Sep 2010 23:39:39 +0300 Message-ID: To: Mark Skilbeck Cc: internals@lists.php.net, Philip Olson , Andi Gutmans Content-Type: multipart/alternative; boundary=0015174ff632ce4a880490f34275 Subject: Re: [PHP-DEV] Re: deprecation status of $str{42} versus $str[42], revisited From: arvids.godjuks@gmail.com (Arvids Godjuks) --0015174ff632ce4a880490f34275 Content-Type: text/plain; charset=UTF-8 I think leave both ways, because it's really much of the code uses actually {4} rather than [4] for strings. But please do the substr functionality as it was suggested a few years before. That makes perfect sense :) --0015174ff632ce4a880490f34275--