Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95625 invoked by uid 1010); 17 Jun 2004 17:49:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95538 invoked from network); 17 Jun 2004 17:49:37 -0000 Received: from unknown (HELO mailgate.mysql.com) (213.136.52.47) by pb1.pair.com with SMTP; 17 Jun 2004 17:49:37 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.mysql.com (8.12.10/8.12.10) with ESMTP id i5HHnRHo025996; Thu, 17 Jun 2004 19:49:27 +0200 Received: from mail.mysql.com ([10.222.1.99]) by localhost (mailgate.mysql.com [10.222.1.98]) (amavisd-new, port 10026) with LMTP id 24666-03; Thu, 17 Jun 2004 19:49:27 +0200 (CEST) Received: from [192.168.1.156] (mailsend.mysql.com [10.100.1.123]) (authenticated bits=0) by mail.mysql.com (8.12.10/8.12.10) with ESMTP id i5HHnGtr022160; Thu, 17 Jun 2004 19:49:17 +0200 Message-ID: <40D1D906.9040205@php.net> Date: Thu, 17 Jun 2004 19:46:46 +0200 Reply-To: hartmut@php-groupies.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en, de MIME-Version: 1.0 To: Robert Cummings CC: Adam Maccabee Trachtenberg , Jason Garber , internals@lists.php.net References: <5.1.0.14.0.20040617040132.01df4de8@mail.ionzoft.com> <1087491638.26587.7.camel@blobule.suds> In-Reply-To: <1087491638.26587.7.camel@blobule.suds> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate.mysql.com Subject: Re: [PHP-DEV] Array Question From: hartmut@php.net (Hartmut Holzgraefe) Robert Cummings wrote: > At the end of the array definition or after the last defined array > entry? If the latter... good feature. Hope it's there to stay since it > makes cutting and pasting to arrays a lot easier and various other > automated array building tasks :) thats exactly what it is in for, saving this tedious last-line-no-komma flag when generating code :) and yes, it's there to stay, just a documentation bug that it is not mentioned yet -- Hartmut Holzgraefe