Re: [PHP] Turn on E_ALL Error Reporting

2004-03-20 Thread Jason Wong
On Friday 19 March 2004 00:43, Roger Spears wrote: I changed the title of this email so it doesn't thread hijack... Sorry, but you're still hijacking someone's thread. Smart mail clients use the following headers (which were still present in your post) to perform threading: References:

[PHP] Turn on E_ALL Error Reporting

2004-03-18 Thread Roger Spears
Hello, I changed the title of this email so it doesn't thread hijack... I use a simple function like this to turn on and show warnings and errors. It's my understanding though, if the error is catastrophic, it will not be displayed on the screen no matter what you do. Not sure about that

Re: [PHP] Turn on E_ALL Error Reporting

2004-03-18 Thread Roger Spears
Also, when I use that code in my scripts, if there are any variables (arrays too) that are in existence with no value: $someVariable = ; it will throw a warning on the screen. First time I saw that I went into panic mode thinking that I had a huge amount of errors/warnings... You are also