Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21788 invoked from network); 12 Mar 2015 19:43:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2015 19:43:58 -0000 Authentication-Results: pb1.pair.com header.from=tpunt@hotmail.co.uk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tpunt@hotmail.co.uk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.co.uk designates 157.55.0.202 as permitted sender) X-PHP-List-Original-Sender: tpunt@hotmail.co.uk X-Host-Fingerprint: 157.55.0.202 dub004-omc1s3.hotmail.com Received: from [157.55.0.202] ([157.55.0.202:62473] helo=DUB004-OMC1S3.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/D5-24603-D7CE1055 for ; Thu, 12 Mar 2015 14:43:58 -0500 Received: from DUB113-W49 ([157.55.0.239]) by DUB004-OMC1S3.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Thu, 12 Mar 2015 12:43:54 -0700 X-TMN: [ObHR/qz9yyWH2TzruruG6C0/lHLKtLFP] X-Originating-Email: [tpunt@hotmail.co.uk] Message-ID: To: Derick Rethans CC: "internals@lists.php.net" Date: Thu, 12 Mar 2015 19:43:53 +0000 Importance: Normal In-Reply-To: References: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 12 Mar 2015 19:43:54.0283 (UTC) FILETIME=[DF5F67B0:01D05CFC] Subject: RE: [PHP-DEV] [VOTE] Make empty() a Variadic From: tpunt@hotmail.co.uk (Thomas Punt) Hey Derick=2C=0A= =0A= > IMO=2C because it's not obvious whether it is *all* empty=2C or *atleast= =0A= > one* empty. The same argument we had before=2C when we expanded isset() t= o=0A= > be variadic. We had the same discussion then=2C resulting on keeping=0A= > empty() as it is.=0A= >=0A= > One discussion 11 years ago:=0A= > http://marc.info/?l=3Dphp-internals&m=3D109836951711930=0A= >=0A= > I can't find the discussion prior to that though.=0A= >=0A= > cheers=2C=0A= > Derick=0A= =0A= Thanks for the link. I wasn't aware this had come up in the past.=0A= =0A= -Tom =