Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21715 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41582 invoked by uid 1010); 29 Jan 2006 06:25:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41567 invoked from network); 29 Jan 2006 06:25:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2006 06:25:32 -0000 X-Host-Fingerprint: 66.249.92.196 uproxy.gmail.com Received: from ([66.249.92.196:53591] helo=uproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C0/D9-13880-BDF5CD34 for ; Sun, 29 Jan 2006 01:25:31 -0500 Received: by uproxy.gmail.com with SMTP id m3so387613ugc for ; Sat, 28 Jan 2006 22:25:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MlkapU2UGDeyZYApym7kvfSPPd13pXHvaT0HyT1o/VmRJz39/2LORV3gH35x5Ub89f21p1xHbeJDsr6pz1aWEWYP4f5nglzH3pDkWlI654xXMjWOpbXDi0+ffJrhMugunI0UVEIAA3rY4M+BRG3Kw+ZH2uSfJMbD3xpocH+bsW4= Received: by 10.48.250.5 with SMTP id x5mr679625nfh; Sat, 28 Jan 2006 22:25:27 -0800 (PST) Received: by 10.49.72.15 with HTTP; Sat, 28 Jan 2006 22:25:27 -0800 (PST) Message-ID: <2a8d4a710601282225g4f06a6c7v59edb232eb9584a4@mail.gmail.com> Date: Sun, 29 Jan 2006 01:25:27 -0500 To: php internals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: PHP Array Literals From: chiology@gmail.com (James Crane) Hi, I've written a short paper on some changes that I'd like to see made for array literals in PHP. If you could please take a look and give your thoughts, I'd greatly appreciate it. http://www.matttoddphoto.com/papers/php_array_literals.html Thanks, M.T.