Re: [PHP] Why is there no OPTION EXPLICIT equivalent?

2002-05-30 Thread Yasuo Ohgaki
> Go to your php.ini and turn on full error reporting.you'll get > warning message if you do not initialize varsas of php4.2.1 > Small correction. Most version of PHP3/4 (if not all) can raise E_NOTICE error. -- Yasuo Ohgaki -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] Why is there no OPTION EXPLICIT equivalent?

2002-05-29 Thread Andrew Brampton
: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 8:11 PM Subject: [PHP] Why is there no OPTION EXPLICIT equivalent? > Hello, > > In general I find PHP great to work with, but the number one thing that > causes bugs for me is the fact that the interpreter doesn't throw an > erro

Re: [PHP] Why is there no OPTION EXPLICIT equivalent?

2002-05-29 Thread Ed Gorski
Go to your php.ini and turn on full error reporting.you'll get warning message if you do not initialize varsas of php4.2.1 ed At 08:11 PM 5/29/2002 +0100, Andy Arbon wrote: >Hello, > >In general I find PHP great to work with, but the number one thing that >causes bugs for me is the fac

[PHP] Why is there no OPTION EXPLICIT equivalent?

2002-05-29 Thread Andy Arbon
Hello, In general I find PHP great to work with, but the number one thing that causes bugs for me is the fact that the interpreter doesn't throw an error if I use an undeclared variable. I have looked and I can't find any information that suggests you can make PHP force you to declare variabl