Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12507 invoked from network); 20 Jan 2014 19:42:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2014 19:42:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.51 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 209.85.214.51 mail-bk0-f51.google.com Received: from [209.85.214.51] ([209.85.214.51:49240] helo=mail-bk0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/55-02192-73C7DD25 for ; Mon, 20 Jan 2014 14:42:49 -0500 Received: by mail-bk0-f51.google.com with SMTP id w10so2641408bkz.24 for ; Mon, 20 Jan 2014 11:42:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YMYet4+YUshBrh3ZhM+Wuvz8nhtdMQFtdGNRxtuMk/A=; b=jkqipUIX8tyNxq93hq+LP6uKQKLbDBMhhnA2livxAXX7xmHpEtyANGCVR7/qrhE97R oV7PVPBzcZ7U27HX0cNVSd+4jjsPCMT7yQ4WHx75wUBB5prBfxzdUU+IvjgZBwoljmLS Wi/aj95tyKCUXJ3Zo8UW6traNgECQmXHq6TOIezr8XT10pIU7pKJVRIlK7LxLz86U7/r 1wr1ZY/YUdvo+lr0nrnjkdMNZSnei3J0GfdodbEC0TsSRcLc5yxuaNxGBqkb+SKHQjm9 m1wnYmv3qeZsIJssbaPnNEPSIDy4glTNPfR+EJMlKWBotfi6HhcK2uMitgFmSMRCoMkV NQGA== X-Received: by 10.204.243.138 with SMTP id lm10mr29031bkb.94.1390246964297; Mon, 20 Jan 2014 11:42:44 -0800 (PST) Received: from [192.168.1.115] (mnch-5d85485c.pool.mediaWays.net. [93.133.72.92]) by mx.google.com with ESMTPSA id lr9sm1828792bkb.2.2014.01.20.11.42.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 Jan 2014 11:42:43 -0800 (PST) Message-ID: <52DD7C23.10603@googlemail.com> Date: Mon, 20 Jan 2014 20:42:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: PHP Developers Mailing List References: <20140116110127.202079vzjsj76n7b@webmail.tutteli.ch> <0B.B1.24763.139B7D25@pb1.pair.com> <002001cf12da$2bfbda90$83f38fb0$@tutteli.ch> <52DCA3E7.80602@lerdorf.com> <52DCED71.3020207@pthreads.org> <006301cf15f5$22f8df60$68ea9e20$@tutteli.ch> <52DD77E8.8000800@ajf.me> In-Reply-To: <52DD77E8.8000800@ajf.me> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Introducing "Array Of" RFC From: cryptocompress@googlemail.com (Crypto Compress) Hi, somewhat off topic, sorry. Yet, generics are *not* the same as purposed syntax: protected void Foo(int[] foo) {} protected void Foo(Dictionary foo) { protected void Foo(Dictionary[] foo) { cryptocompress