Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66020 invoked by uid 1010); 4 May 2006 21:06:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66005 invoked from network); 4 May 2006 21:06:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2006 21:06:15 -0000 X-Host-Fingerprint: 217.79.190.163 r163.red.fastwebserver.de Received: from ([217.79.190.163:15892] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0C/9D-63443-5CC6A544 for ; Thu, 04 May 2006 17:06:13 -0400 To: internals@lists.php.net,dante@vocalspace.com ("D. Dante Lorenso") Date: Thu, 4 May 2006 23:06:04 +0200 Message-ID: <20060504230604.7a2fe5e0@localhost.localdomain> In-Reply-To: <445A558D.1070102@vocalspace.com> 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> Reply-To: pierre.php@gmail.com X-Newsreader: Sylpheed-Claws 2.1.0 (GTK+ 2.8.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 217.79.190.163 Subject: Re: [PHP-DEV] Seeking 'coalesce' php internal function From: pierre.php@gmail.com (Pierre) 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. -- Pierre