Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99500 invoked by uid 1010); 1 Nov 2004 01:56:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99475 invoked from network); 1 Nov 2004 01:56:56 -0000 Received: from unknown (HELO air638.startdedicated.com) (69.64.38.41) by pb1.pair.com with SMTP; 1 Nov 2004 01:56:56 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by air638.startdedicated.com (Postfix) with ESMTP id 2584A2943E1; Sun, 31 Oct 2004 19:52:00 -0600 (CST) Received: from air638.startdedicated.com ([127.0.0.1]) by localhost (air638.startdedicated.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02387-09; Sun, 31 Oct 2004 19:52:00 -0600 (CST) Received: from [192.168.11.2] (66-65-38-153.nyc.rr.com [66.65.38.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by air638.startdedicated.com (Postfix) with ESMTP id DF5FC2943E0; Sun, 31 Oct 2004 19:51:59 -0600 (CST) Message-ID: <418597E5.6060200@chiaraquartet.net> Date: Sun, 31 Oct 2004 20:56:53 -0500 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wez Furlong Cc: internals@lists.php.net References: <418294D9.4070700@prohost.org> <20041029193421.9557.qmail@pb1.pair.com> <5.1.0.14.2.20041029162045.0439b9c0@localhost> <20041031093753.74166.qmail@pb1.pair.com> <42285846.20041031233522@marcus-boerger.de> <41856AEF.4060501@php.net> <4e89b426041031172932ada70f@mail.gmail.com> In-Reply-To: <4e89b426041031172932ada70f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at bluga.net Subject: Re: [PHP-DEV] Re: Negative string offset support From: greg@chiaraquartet.net (Greg Beaver) Wez Furlong wrote: > Doesn't substr($a, -1) work ? I knew that looked funny, but couldn't figure out why for some reason, thanks for the good catch. Greg