Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12674 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66661 invoked by uid 1010); 9 Sep 2004 16:10:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66636 invoked from network); 9 Sep 2004 16:10:13 -0000 Received: from unknown (HELO frontend1.messagingengine.com) (66.111.4.30) by pb1.pair.com with SMTP; 9 Sep 2004 16:10:13 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 6BE90C153C1 for ; Thu, 9 Sep 2004 12:10:12 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 027A570E; Thu, 9 Sep 2004 12:10:13 -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.5 (F2.73; T1.001; A1.62; B3.01; Q3.01) To: internals@lists.php.net Date: Thu, 09 Sep 2004 09:10:12 -0700 X-Sasl-Enc: nPYsVDNJe/5zifu/UM24Mw 1094746212 Message-ID: <1094746212.25457.204030186@webmail.messagingengine.com> Subject: clarification needed regarding tests\lang\bug22510.phpt and tests\lang\bug22231.phpt From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, Both these test cases expect strict standards but don't have --INI-- header to have the error_reporting to 2048 or E_STRICT. Because of that these testcases fails in local build. Am I missing something. If I remember correctly from run_tests2.php passes -d error_reporting=2047 only to all the scripts. With regards Kamesh Jayachandran