Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39433 invoked by uid 1010); 22 Jul 2004 05:42:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39339 invoked from network); 22 Jul 2004 05:42:19 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 22 Jul 2004 05:42:19 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id 28F4DC12AE1 for ; Thu, 22 Jul 2004 01:42:19 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 47FA6174C9C; Thu, 22 Jul 2004 01:42:19 -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) To: internals@lists.php.net Date: Wed, 21 Jul 2004 22:42:19 -0700 X-Sasl-Enc: ePsQsC6W+scqs/HzUCV8Bg 1090474939 Message-ID: <1090474939.754.200847981@webmail.messagingengine.com> Subject: php classes testcase issues From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, Following test case was failing. ZE2 ArrayAccess::offsetGet ambiguties [testsuite/tests/classes/array_access_003.phpt] If I drill down to the testcase I could see the following For array_access_003.phpt Test case expects the following Strict Standards: Only variable references should be returned by reference in %sarray_access_003.php on line %d Actual output string(6) "fooBar" This happens for error_reporting=E_ALL Shall we remove the Strict Standards: Only variable references should be returned by reference in %sarray_access_003.php on line %d and replace it with string(6) "fooBar" With regards Kamesh Jayachandran