Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66144 invoked from network); 5 Jun 2011 01:30:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2011 01:30:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=sean@seancoates.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sean@seancoates.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain seancoates.com from 64.15.79.181 cause and error) X-PHP-List-Original-Sender: sean@seancoates.com X-Host-Fingerprint: 64.15.79.181 iconoclast.caedmon.net Received: from [64.15.79.181] ([64.15.79.181:59706] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/AC-14012-E4CDAED4 for ; Sat, 04 Jun 2011 21:30:54 -0400 Received: from localhost (localhost [127.0.0.1]) by iconoclast.caedmon.net (Postfix) with ESMTP id 20ED478405D for ; Sat, 4 Jun 2011 21:31:53 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at iconoclast.caedmon.net Received: from iconoclast.caedmon.net ([127.0.0.1]) by localhost (iconoclast.caedmon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V55ZwdylRbd4 for ; Sat, 4 Jun 2011 21:31:51 -0400 (EDT) Received: from [10.0.1.13] (cpe-72-227-135-34.nyc.res.rr.com [72.227.135.34]) by iconoclast.caedmon.net (Postfix) with ESMTPSA id 6307D784052 for ; Sat, 4 Jun 2011 21:31:51 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Sat, 4 Jun 2011 21:30:49 -0400 Message-ID: <084D2F1E-87E7-44CF-B8B6-47A250AD928D@seancoates.com> To: PHP internals Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: Object and Array Literals From: sean@seancoates.com (Sean Coates) Hello. I've posted a RFC concerning Object and Array Literals on the wiki: = https://wiki.php.net/rfc/objectarrayliterals Please read, and if you have a comment that is not already covered in = the RFC, raise it here. I'm definitely open to discussion, but I would = really love to keep this discussion civil. To get the ball rolling, here are a few points that I think we need to = discuss: =95 Strictness of unquoted keys. =95 Support =3D> in addition to : as a key:value separator. =95 possibility of simply not supporting the \u### syntax for = Unicode characters in literal strings (just like the rest of PHP). =95 Should mixed-format (numeric and associative arrays) be = allowed? (e.g. [1,'two':2, 3]) I beg you to keep name-calling, conclusion-jumping, and general = hostility out of this thread. Thanks for your attention. S=