Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82392 invoked by uid 1010); 21 Jul 2004 09:08:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82369 invoked from network); 21 Jul 2004 09:08:46 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 21 Jul 2004 09:08:46 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id CF16DC12661 for ; Wed, 21 Jul 2004 05:08:45 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 36C5017C003; Wed, 21 Jul 2004 05:08:46 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.4 (F2.72; T1.001; A1.62; B3.01; Q3.01) References: <1090397766.8628.200775288@webmail.messagingengine.com> In-Reply-To: <1090397766.8628.200775288@webmail.messagingengine.com> To: "Kamesh Jayachandran" , internals@lists.php.net Date: Wed, 21 Jul 2004 02:08:46 -0700 X-Sasl-Enc: f86LMo8so4kMWeVkRD3/HA 1090400926 Message-ID: <1090400926.19036.200777631@webmail.messagingengine.com> Subject: Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, Sorry for the patch. I found the cause of the problem to be error_reporting directive Now set it to E_ALL. Everything is working. Sorry again. With regards Kamesh Jayachandran On Wed, 21 Jul 2004 01:16:06 -0700, "Kamesh Jayachandran" said: > Hi All, > I found the following unit test failing in PHP-5.0.0. > And later found that Testcase was old enough. > > tests/classes/array_access001.phpt > > I am attaching my patch. > > Hope I am correct. > > With regards > Kamesh Jayachandran