I myself wrote:
> Christian Schneider writes:
> > Another idea (I haven't seen skimming through the replies):
> > Move use of undefined variable, property and index from E_NOTICE to
> > E_STRICT as it is a coding style question some people use to find
> > typos.
>
> IMHO it's more than just a co
Christian Schneider writes:
> Another idea (I haven't seen skimming through the replies):
> Move use of undefined variable, property and index from
> E_NOTICE to E_STRICT as it is a coding style question some
> people use to find typos.
IMHO it's more than just a coding style used to find typos.
Richard Lynch wrote:
On Wed, October 25, 2006 9:56 am, Christian Schneider wrote:
Another idea (I haven't seen skimming through the replies):
Move use of undefined variable, property and index from E_NOTICE to
E_STRICT as it is a coding style question some people use to find
typos.
I'd be tota
On Wed, October 25, 2006 9:56 am, Christian Schneider wrote:
> Another idea (I haven't seen skimming through the replies):
> Move use of undefined variable, property and index from E_NOTICE to
> E_STRICT as it is a coding style question some people use to find
> typos.
I'd be totally -1 on that...
On Mon, 2006-10-23 at 21:29 +0200, Pierre wrote:
> On Mon, 23 Oct 2006 21:08:57 +0200
> [EMAIL PROTECTED] (Marcus Boerger) wrote:
>
> > Hello internals,
> >
> > after recent discussions (over the last three months)I finally made
> > up my mind over E_STRICT, deprecation warnings and OOP
> > mes