Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23157 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99617 invoked by uid 1010); 5 May 2006 01:18:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99602 invoked from network); 5 May 2006 01:18:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2006 01:18:23 -0000 X-PHP-List-Original-Sender: jared@intuitivefuture.com X-Host-Fingerprint: 209.59.182.2 amplex.webserversystems.com Linux 2.4/2.6 Received: from ([209.59.182.2:59148] helo=amplex.webserversystems.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DE/F0-63443-FD7AA544 for ; Thu, 04 May 2006 21:18:23 -0400 Received: from whitecockade.com ([64.142.12.177] helo=[192.168.0.9]) by amplex.webserversystems.com with esmtp (Exim 4.52) id 1Fboxa-0007fh-Li for internals@lists.php.net; Thu, 04 May 2006 21:18:22 -0400 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <20060504230604.7a2fe5e0@localhost.localdomain> References: <44584619.60400@lorenso.com> <200605030815.34801.johannes@php.net> <44585828.1030603@vocalspace.com> <44585E89.6000400@vocalspace.com> <44586BDF.6040600@developersdesk.com> <4459410D.9090802@vocalspace.com> <445942E9.201@developersdesk.com> <44594553.6020009@iamjochem.com> <44594A27.4040201@vocalspace.com> <4459558D.7050703@lerdorf.com> <445959DD.9030607@vocalspace.com> <44595F95.6090607@lerdorf.com> <445A558D.1070102@vocalspace.com> <20060504230604.7a2fe5e0@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Date: Thu, 4 May 2006 18:18:16 -0700 To: internals@lists.php.net X-Mailer: Apple Mail (2.749.3) X-Antivirus-Scanner: This message has been scanned by ClamAV. X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - amplex.webserversystems.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - intuitivefuture.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Seeking 'coalesce' php internal function From: jared@intuitivefuture.com (Jared White) On May 4, 2006, at 2:06 PM, Pierre wrote: > On Thu, 04 May 2006 14:27:09 -0500 > dante@vocalspace.com ("D. Dante Lorenso") wrote: > >> Detracting from my goal of having 'filled()' included in core, I'd >> have to say that as I see input filtering defined, that could be >> entirely written as part of Zend Framework in PHP and doesn't need to >> exist as part of the language core. filled(), OTOH, must be written >> in 'zend' core because it simply can not be written as an extension >> or in userspace without triggering errors (undefined variables) or >> creating unwanted variables (pass by reference). > > I think it is time for you to do two things. The first is to read this > list archive about ifsetor (and other names it has), it will spare you > some ink and us some bandwidth. The second is to actually try the > filter extension and get some knowledge about what can be done where > and why. There is eventually a third one, try to imagine than the Z > Framework has nothing to do with php.net. > > It is not an attack, but it seems you are putting so much effort on > this topic without actually having read what has been said and > decided. Well, from where I'm setting, Dante has brought up excellent points that were never covered before according to my look at the list archives. In fact, I find this situation indicative of a larger problem, which is that extremely important discussions of major issues with the language get breezed by far too quickly just because someone decides it's not interesting enough or it's time to move on (*cough* named parameters *cough*). I think the concept behind filled () is sound, has merit, and is worth talking about seriously. Jared