Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5526 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79838 invoked by uid 1010); 18 Nov 2003 22:00:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79751 invoked from network); 18 Nov 2003 22:00:47 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 18 Nov 2003 22:00:47 -0000 Received: (qmail 9736 invoked from network); 18 Nov 2003 22:00:41 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 18 Nov 2003 22:00:41 -0000 Message-ID: <5.1.0.14.2.20031118235848.0347c9f0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 19 Nov 2003 00:00:30 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: E_STRICT From: andi@zend.com (Andi Gutmans) Hey, I added an E_STRICT error level today which purists can use to make sure that there scripts are using the latest and greatest suggested method of coding (according to what we decide). Ideas are things like: a) Not using var for member variables but moving to PPP. b) Not using is_a but using instanceof. If you have any further ideas of stuff which makes sense to add to this option let me know. For obvious reasons this will be off by default. Andi