Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8600 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30532 invoked by uid 1010); 19 Mar 2004 09:48:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30463 invoked from network); 19 Mar 2004 09:48:05 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 19 Mar 2004 09:48:05 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i2J9m4vl005710; Fri, 19 Mar 2004 10:48:04 +0100 Date: Fri, 19 Mar 2004 10:48:04 +0100 (CET) X-X-Sender: derick@localhost To: Sebastian Bergmann cc: internals@lists.php.net In-Reply-To: <200403190943.i2J9h1vk005475@jdi.jdimedia.nl> Message-ID: References: <5.1.0.14.2.20040315080605.01732e80@127.0.0.1> <5.1.0.14.2.20040317131037.022fa238@127.0.0.1> <200403190943.i2J9h1vk005475@jdi.jdimedia.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] RC1 of RC1 From: derick@php.net (Derick Rethans) On Fri, 19 Mar 2004, Sebastian Bergmann wrote: > Andi Gutmans wrote: > > Only if you use E_STRICT. > > Am I missing something (bear with me, I am still on medication :-) but > the following code does not print a warning here: Because E_Strict is set at run time, and the warnings are thrown at compile time :) Derick