Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12763 invoked by uid 1010); 11 Dec 2005 22:56:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12748 invoked from network); 11 Dec 2005 22:56:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2005 22:56:15 -0000 X-Host-Fingerprint: 66.11.173.122 unknown Received: from ([66.11.173.122:37978] helo=interjinn.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 23/AB-49905-C6EAC934 for ; Sun, 11 Dec 2005 17:55:40 -0500 Received: from blobule.suds (blobule.suds [192.168.1.3]) by interjinn.com (Postfix) with ESMTP id 51ACE1435E1 for ; Sun, 11 Dec 2005 17:55:01 -0500 (EST) To: internals@lists.php.net In-Reply-To: <1134339999.24194.33.camel@blobule.suds> References: <1134339999.24194.33.camel@blobule.suds> Content-Type: text/plain Organization: InterJinn Message-ID: <1134341705.24194.42.camel@blobule.suds> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5-4mdk Date: Sun, 11 Dec 2005 17:55:05 -0500 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Bogus bug?? From: robert@interjinn.com (Robert Cummings) On Sun, 2005-12-11 at 17:26, Robert Cummings wrote: > Could someone explain to my feeble mind how the bug reported at the > following link is bogus? The added comment is pretty obtuse :( > > http://bugs.php.net/bug.php?id=35634&edit=2 I'd just like to add before a second person send me an RTFM type email, that I HAVE read the documentation for set_error_handler() and I am aware that it says that most E_STRICT errors can't be handled if they occur in the same file as the set_error_handler() call. The E_STRICT I'm attempting to catch however, is in another script. Maybe it's the same thing because I include the code, or I guess more than likely because it happens at parse time, but either way, I'm not nesting classes the parser just thinks I am which I thus categorize as a parser bug. Also it seems somewhat ironic that an attempt to catch an E_STRICT causes an E_FATAL *lol*. Thanks, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------'