Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38792 invoked from network); 16 Jan 2014 16:50:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2014 16:50:16 -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:48083] helo=hyperion.kreativmedia.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/13-21406-6CD08D25 for ; Thu, 16 Jan 2014 11:50:14 -0500 Received: (qmail 11157 invoked from network); 16 Jan 2014 17:50:11 +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; 16 Jan 2014 17:50:11 +0100 To: "'Sara Golemon'" , "'Philip Sturgeon'" Cc: References: In-Reply-To: Date: Thu, 16 Jan 2014 17:50:09 +0100 Message-ID: <002201cf12db$046d8d60$0d48a820$@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+ALH+pSGmtpqIxA= Content-Language: de-ch Subject: RE: [PHP-DEV] Introducing "Array Of" RFC From: php@tutteli.ch ("Robert Stoll") Hey Sara, > * Typed arrays - Arrays are a special primitive which can be typed as > implicitly or explicitly numerically indexed, or associative, and to > specific types: > array or array > Out of curiosity, does HHVM support both use cases: NULL as a valid member and NULL as an error? If so, how does the syntax differ?