Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71149 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30215 invoked from network); 15 Jan 2014 20:04:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2014 20:04:03 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:59037] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/27-26701-0B9E6D25 for ; Wed, 15 Jan 2014 15:04:01 -0500 Received: from [192.168.2.20] (ppp-88-217-76-150.dynamic.mnet-online.de [88.217.76.150]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id B325F42BDA; Wed, 15 Jan 2014 21:04:30 +0100 (CET) To: Lazare Inepologlou Cc: Philip Sturgeon , "internals@lists.php.net" In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 15 Jan 2014 21:03:52 +0100 Message-ID: <1389816233.3439.34.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Introducing "Array Of" RFC From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2014-01-15 at 20:49 +0100, Lazare Inepologlou wrote: > > > I hope that it is not limited to arrays only... All tranversables > should be acceptable (as they are acceptable for variadiac functions). > Otherwise this will lead to unnecessary (and costly) convertions. those can't be checked. johannes