Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19252 invoked from network); 20 Jan 2014 20:18:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2014 20:18:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 198.187.29.233 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.233 imap1.ox.registrar-servers.com Received: from [198.187.29.233] ([198.187.29.233:49249] helo=imap1.ox.registrar-servers.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/46-02192-7EF7DD25 for ; Mon, 20 Jan 2014 14:58:32 -0500 Received: from localhost (localhost [127.0.0.1]) by oxmail.registrar-servers.com (Postfix) with ESMTP id 1164C200089; Mon, 20 Jan 2014 14:58:28 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap1.ox.registrar-servers.com Received: from oxmail.registrar-servers.com ([127.0.0.1]) by localhost (imap1.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TXj02KGh-Rt2; Mon, 20 Jan 2014 14:58:28 -0500 (EST) Received: from [192.168.0.200] (unknown [176.25.177.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by oxmail.registrar-servers.com (Postfix) with ESMTPSA id 51286200057; Mon, 20 Jan 2014 14:58:26 -0500 (EST) Message-ID: <52DD7FE0.40105@ajf.me> Date: Mon, 20 Jan 2014 19:58:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Philip Sturgeon CC: Sara Golemon , Philip Sturgeon , Robert Stoll , Joe Watkins , "internals@lists.php.net" References: <002001cf12da$2bfbda90$83f38fb0$@tutteli.ch> <52DCA3E7.80602@lerdorf.com> <52DCED71.3020207@pthreads.org> <006301cf15f5$22f8df60$68ea9e20$@tutteli.ch> <52DD77E8.8000800@ajf.me> <52DD7D0A.7070704@ajf.me> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Introducing "Array Of" RFC From: ajf@ajf.me (Andrea Faulds) On 20/01/14 19:54, Philip Sturgeon wrote: > No, they are not generics. They do not require setup or definition of > ANY kind, they are jsut arrays of content. Right. Implict Array of int to Array cast. These are generics. > Uses purely as an example (not as statement of love for Java), Java > does have both. They are not alternatives to the same goal. Java arrays and PHP arrays are hardly comparable. -- Andrea Faulds http://ajf.me/