# [EMAIL PROTECTED] / 2007-04-18 23:03:08 -0500:
> On Wed, April 18, 2007 2:21 am, Tijnema ! wrote:
> > Hmm, this is what i get:
> > ~# php -r 'var_dump($foo);'
> > NULL
> > ~# php -r 'var_dump(@$foo);'
> > NULL
> >
> >
> > PHP6 snapshot from a month ago.
> 
> Your php.ini doesn't have error_reporting cranked up to include E_NOTICE.
> 
> That's your first mistake. :-) :-) :-)
> 
> [Roman's does have that setting changed.]

No, I've been using php-recommended.ini for the last several years.
It has that error_reporting = E_ALL by default, and that's one of the
reasons I've been using it.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to