Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1809 invoked by uid 1010); 1 Nov 2004 10:16:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1756 invoked from network); 1 Nov 2004 10:16:38 -0000 Received: from unknown (HELO jan.prima.de) (83.97.50.139) by pb1.pair.com with SMTP; 1 Nov 2004 10:16:38 -0000 Received: from BAUMBART (p508EAFB5.dip.t-dialin.net [::ffff:80.142.175.181]) (IDENT: HydraIRC, AUTH: LOGIN tobi) by jan.prima.de with esmtp; Mon, 01 Nov 2004 10:15:21 +0000 Date: Mon, 1 Nov 2004 11:16:27 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1306491163.20041101111627@marcus-boerger.de> To: Sebastian Bergmann CC: internals@lists.php.net In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] "Function registration failed" warning in current HEAD From: helly@php.net (Marcus Boerger) Hello Sebastian, Monday, November 1, 2004, 10:43:50 AM, you wrote: > PHP Warning: Function registration failed - duplicate name - > next in Unknown on line 0 how about providing the backtrace when you set a breakpoint in the error handler? Dumping the right variables from the trace you can see which class is the root of the problem. Best regards, Marcus mailto:helly@php.net