Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84770 invoked from network); 4 Jun 2010 02:01:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2010 02:01:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:41457] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/8D-07323-88E580C4 for ; Thu, 03 Jun 2010 22:01:45 -0400 Received: by bwz15 with SMTP id 15so276294bwz.29 for ; Thu, 03 Jun 2010 19:01:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=5SS4YHraU7TrAMucjg7QWN3IuXjCn6PhXiWryBKr7iY=; b=Qm8BGna70khbLkoQ4otLx7R2po4qULOreH0ZugfFIE6eeWY7GQcCLIBIV0L43CRB4A LORtw6rsAxHAltBzgWUrYvHVXpoO5MS2PKAxk56bUd/u5KjgwBHGJuYvkkcwC0wrlrTA OW1dLEpwlvey6hRjoZGHWryV2RtfqV3h6ZgKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=o4baY2jb2u3Dtc4ChyEFtITzsV3ItuO6iTXI4Z70o6MFyaZ2ocY9Poh9H30cTIJC6f jPUW5XAf/1mWRFhe+UE+ueZCiQ+7enIH7j6sz+OKideWSLVR0B+nR3R5+jruu8HbESoH 4Yb4i6V54DSdVM49Ib+afnbqwmoYwIR2VgsFo= MIME-Version: 1.0 Received: by 10.204.81.98 with SMTP id w34mr3471683bkk.29.1275616899106; Thu, 03 Jun 2010 19:01:39 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.204.60.206 with HTTP; Thu, 3 Jun 2010 19:01:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 4 Jun 2010 04:01:39 +0200 X-Google-Sender-Auth: P7R112039U0bmYSNVNRUg2AbEnk Message-ID: To: Tig , Stanislav Malyshev Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Suggestion: echo function(var)[0]; From: kalle@php.net (Kalle Sommer Nielsen) 2010/6/4 Tig : > On Fri, Jun 4, 2010 at 11:19 AM, Kalle Sommer Nielsen wrote: > So does this mean array-dereferencing was original declined but still > a possible for PHP 6? > That is how I'm reading it, but just want to make sure. I belive its because when its been proposed countless times on the mailing lists, its always been declined (hence why its not in the core by now). For the PDT I belive it was decided to add both array dereferencing and call chaining. I have CC'd stas, perhaps he can give some light on this subject -- regards, Kalle Sommer Nielsen kalle@php.net