Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72954 invoked by uid 1010); 8 Jun 2005 08:25:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72938 invoked from network); 8 Jun 2005 08:25:52 -0000 Received: from unknown (HELO marcus-boerger.de) (127.0.0.1) by localhost with SMTP; 8 Jun 2005 08:25:52 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:53956] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 18/34-52832-09BA6A24 for ; Wed, 08 Jun 2005 04:25:52 -0400 Received: from baumbart.mbo (dsl-082-083-252-094.arcor-ip.net [82.83.252.94]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 521D035C27C; Wed, 8 Jun 2005 10:38:28 +0200 (CEST) Date: Wed, 8 Jun 2005 10:23:59 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1096078268.20050608102359@marcus-boerger.de> To: Andi Gutmans Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050605120644.033c8a00@localhost> References: <5.1.0.14.2.20050603203711.028e9140@localhost> <5.1.0.14.2.20050603203711.028e9140@localhost> <5.1.0.14.2.20050605120644.033c8a00@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 From: mail@marcus-boerger.de (Marcus Boerger) Hello Andi, Sunday, June 5, 2005, 9:13:52 PM, you wrote: > At 07:18 PM 6/5/2005 +0200, Marcus Boerger wrote: >>There are a few things i'd like to address before: >> >>4) I still want the ifsetor operator since it is very helpfull and again >>simplifies a lot of things. > I don't think ifsetor() shortcut is a big deal nor needed in PHP. I've said > it numerous times. Once we have a filtering API there will be even less > times where it will be applicable. Write an extra 10 characters or so... One of the major features of "ifsetor()" against "isset()?:" is that the first can be twice as fast and is much more readable. You also said numerous times it has nothing to do with input filtering :-) marcus