Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29822 invoked from network); 8 Jun 2010 14:08:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2010 14:08:52 -0000 Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: troelskn@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:43413] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/59-13782-4FE4E0C4 for ; Tue, 08 Jun 2010 10:08:52 -0400 Received: by iwn8 with SMTP id 8so2192373iwn.29 for ; Tue, 08 Jun 2010 07:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=TRqzwQX6TDkHFgKQp8WqM9ZVybGcUHcRBGG23A94VE8=; b=RxZ6mwMuzW7AeJiSJ+DB67UmHmOxW0yjVomKRPxA2zp0FxkhLr2RF8fXMkKMd9/bfi Ti1GX0+T/nj3CXt5QFH2nZvZ79lbCiuw6m94u7/fOF4QETxLu/9mUtIbHFOZa2y8XJxo lQIxDRouLG2ol0IZHLYFuPLqs1TiLV++Ep5cw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=g5Qksq0uJ2YzMKOWR8YACrK9HqR9p0aKcHzI9dqJUI+V42VU9J9zfe6iPjqa4KiQZ0 6pHynLKuV9rq5u4c3qj4LQIa1RXYFwebJFzBE++tYfoTwwp/OxBQQt0IUWBgqbkhXd8S G7k07nlzdJg68gYcdEk4XjbiKNK/7j0XZXVfs= MIME-Version: 1.0 Received: by 10.231.130.162 with SMTP id t34mr6344445ibs.157.1276006129601; Tue, 08 Jun 2010 07:08:49 -0700 (PDT) Received: by 10.231.178.76 with HTTP; Tue, 8 Jun 2010 07:08:49 -0700 (PDT) In-Reply-To: <4C0E4DCC.6040606@toolpark.com> References: <2C70277E-0442-49B8-AD0B-E9F12ED7B42C@oettinger.dk> <1275993681.2243.10.camel@guybrush> <4C0E4DCC.6040606@toolpark.com> Date: Tue, 8 Jun 2010 16:08:49 +0200 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Array Dereferencing From: troelskn@gmail.com (troels knak-nielsen) > > > $result = new ResultMaker()->getIt(); Isn't this issue just a matter of defining one thing as being correct and then get on with it? There are lots of ambiguities in php's grammar already. -- troels