Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52064 invoked by uid 1010); 28 May 2004 09:36:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51999 invoked by uid 1007); 28 May 2004 09:36:05 -0000 Message-ID: <20040528093604.51998.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 28 May 2004 12:36:04 +0300 References: <20040527155047.GA36904@gravitonic.com> <20040527184929.GB23166@csh.rit.edu> <20040527190601.45769.qmail@pb1.pair.com> <20040527200440.GA38203@gravitonic.com> <20040527213949.29052.qmail@pb1.pair.com> Lines: 14 User-Agent: KNode/0.7.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 212.47.207.38 Subject: Re: [PHP-DEV] [patch] re-invoking default error handler From: lenar@city.ee (Lenar =?ISO-8859-1?Q?L=F5hmus?=) Sara Golemon wrote: > We don't necessarily *have* to. Unless people are explicitly returning a > false value (as opposed to simply not using return) we can make the > distinction. Recall that not returning anything is passed as a return > value > of NULL. So we could say "If NULL, don't invoke internal handler, > otherwise > convert to boolean and use 'normal' logic". i.e. False we call internal > handler, True we don't. Oh, you said this. Exactly what I was going to write. Lenar