Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25655 invoked from network); 15 Jan 2014 19:38:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2014 19:38:07 -0000 Authentication-Results: pb1.pair.com header.from=php@tutteli.ch; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@tutteli.ch; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain tutteli.ch designates 80.74.154.78 as permitted sender) X-PHP-List-Original-Sender: php@tutteli.ch X-Host-Fingerprint: 80.74.154.78 ns73.kreativmedia.ch Linux 2.6 Received: from [80.74.154.78] ([80.74.154.78:44899] helo=hyperion.kreativmedia.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/36-26701-D93E6D25 for ; Wed, 15 Jan 2014 14:38:06 -0500 Received: (qmail 1913 invoked from network); 15 Jan 2014 20:38:03 +0100 Received: from heim-032-99.raab-heim.uni-linz.ac.at (HELO RoLaptop) (193.171.32.99) by ns73.kreativmedia.ch with (AES128-SHA encrypted) SMTP; 15 Jan 2014 20:38:02 +0100 To: "'Philip Sturgeon'" , References: <001301cf1227$6d082ab0$47188010$@tutteli.ch> In-Reply-To: <001301cf1227$6d082ab0$47188010$@tutteli.ch> Date: Wed, 15 Jan 2014 20:38:01 +0100 Message-ID: <001401cf1229$4d853b90$e88fb2b0$@tutteli.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQGahXeLh/KZbd8XAeJ9KP0Xitay+AEcU2WhmuZkzJA= Content-Language: de-ch Subject: RE: [PHP-DEV] Introducing "Array Of" RFC From: php@tutteli.ch ("Robert Stoll") > > Furthermore, what about type hints like the following ones: > function foo(int[] $qualities, callable[] $callables){} > > Seems like they are not supported. But might be that I am totally wrong and did not understand the code > Please forget about my question about type hint for int[], I forgot for a second that PHP does not support scalar type hints. However, the question about callable[] remains