Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68493 invoked by uid 1010); 21 Jul 2004 21:06:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68421 invoked from network); 21 Jul 2004 21:06:13 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 21 Jul 2004 21:06:13 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6LL6C9E019276 for ; Wed, 21 Jul 2004 23:06:12 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6LL6AiM019266; Wed, 21 Jul 2004 23:06:10 +0200 Date: Wed, 21 Jul 2004 23:06:10 +0200 (CEST) X-X-Sender: derick@localhost To: Kamesh Jayachandran cc: internals@lists.php.net In-Reply-To: <1090400926.19036.200777631@webmail.messagingengine.com> Message-ID: References: <1090397766.8628.200775288@webmail.messagingengine.com> <1090400926.19036.200777631@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt From: derick@php.net (Derick Rethans) On Wed, 21 Jul 2004, Kamesh Jayachandran wrote: > Hi All, > Sorry for the patch. > I found the cause of the problem to be error_reporting directive > Now set it to E_ALL. Well, the test should work regardless of your error_reporting settings so the test is still broken. Derick