Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16914 invoked from network); 24 Jul 2010 12:34:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2010 12:34:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=jille@quis.cx; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jille@quis.cx; sender-id=unknown Received-SPF: error (pb1.pair.com: domain quis.cx from 85.223.64.10 cause and error) X-PHP-List-Original-Sender: jille@quis.cx X-Host-Fingerprint: 85.223.64.10 10-64-223.ftth.xms.internl.net Received: from [85.223.64.10] ([85.223.64.10:38656] helo=istud.quis.cx) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/47-04503-4DDDA4C4 for ; Sat, 24 Jul 2010 08:34:33 -0400 Received: from boom-ubuntu.quis.cx (wifi [192.168.0.2]) by istud.quis.cx (Postfix) with ESMTP id A88CD61082E; Sat, 24 Jul 2010 14:34:25 +0200 (CEST) Message-ID: <4C4ADDD1.9020509@quis.cx> Date: Sat, 24 Jul 2010 14:34:25 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Karoly Negyesi CC: Adam Harvey , "internals@lists.php.net" References: <730E72B7-B2C3-4FF9-8138-F04659ECDB56@php.net> <4C4950B2.40805@thelounge.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Remove variable function and method calls From: jille@quis.cx (Jille Timmermans) On 07/23/10 20:06, Karoly Negyesi wrote: > I want to see strong arguments for not casting NULLs > into empty arrays:) All simple types (non object/arrays) getting cast to an array will become array($x) -- Jille