[PHP-DEV] Bug #14285 Updated: Forcing variable declaration

2001-11-29 Thread hholzgra
ID: 14285 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Old Bug Type: *General Issues Bug Type: Feature/Change Request Operating System: Redhat Linux 7.2 PHP Version: 4.0.6 New Comment: this would only catch read usage of undefined variables, but not assig

RE: [PHP-DEV] Bug #14285 Updated: Forcing variable declaration

2001-11-29 Thread Neil Kimber
y not be displayed on screen. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 29 November 2001 16:20 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Bug #14285 Updated: Forcing variable declaration > > > ID: 14285 > Updated by: derick

[PHP-DEV] Bug #14285 Updated: Forcing variable declaration

2001-11-29 Thread derick
ID: 14285 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *General Issues Operating System: Redhat Linux 7.2 PHP Version: 4.0.6 New Comment: set error_reporting to E_ALL, and you'll see all undefined vars. However, it doesn't force the use of it. De