Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73726 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75035 invoked from network); 17 Apr 2014 16:20:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2014 16:20:19 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.54 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.83.54 mail-ee0-f54.google.com Received: from [74.125.83.54] ([74.125.83.54:59647] helo=mail-ee0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/95-39661-24FFF435 for ; Thu, 17 Apr 2014 12:20:19 -0400 Received: by mail-ee0-f54.google.com with SMTP id d49so855625eek.13 for ; Thu, 17 Apr 2014 09:20:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=uWAx2mNaMmMfBNXrYMFYpGO+X0cDaE1QP+CUTsL9buw=; b=XcFoZWseBbYLbPKPtVsVxSF66HDavdx3KM4/8zvHEmWOR9Z+6gC+b/HeUFP4LcQoxu RdmeGuIEY6EM+wlJWkXxQ+msHLOE5Fhtf5dGL9+IvINkshTMYNh4BZ9MVXIep2vBMLF2 tS7Oogfd+PBK1y4qjXJWsMkpY4sH/UMrKTPIvv/AHe3tD/7zmwrp57HQFl6eGfZfiKWh YcnaYqwLV2tkNKnj9+Rn8Y1pRZ/rP89ZWEap77cQIeW7+JKhBIaPDBZNQCpRkWZSauRN nKmajR9HLiqpTrPVJGE0qcfRCpD+IwIF66m405D94MAvDI2jMPe7fpxPqVbBJuItMdj6 qEUw== X-Received: by 10.15.54.137 with SMTP id t9mr15181425eew.39.1397751616117; Thu, 17 Apr 2014 09:20:16 -0700 (PDT) Received: from [192.168.1.115] (mnch-d9bdf374.pool.mediaWays.net. [217.189.243.116]) by mx.google.com with ESMTPSA id u46sm68639335eel.1.2014.04.17.09.20.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 09:20:15 -0700 (PDT) Message-ID: <534FFF3B.2020404@googlemail.com> Date: Thu, 17 Apr 2014 18:20:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: PHP Developers Mailing List References: <1397744009.2829.3212.camel@guybrush> <1397747255.2829.3225.camel@guybrush> <534FF26E.6070602@lerdorf.com> <838439B2-6179-4748-9EC1-525BF8D37072@seancoates.com> In-Reply-To: <838439B2-6179-4748-9EC1-525BF8D37072@seancoates.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Negative string offsets From: cryptocompress@googlemail.com (Crypto Compress) "foobarbazbuz"[4:7] => "barbazb" "foobarbazbuz"[4-7] => "barb" "foobarbazbuz"[4,7] => ["b", "b"] ...