Top "Error-reporting" questions

Enable errors in browser when parsing PHP-files

I recently changed to a MacBook and now use the MAMP-stack for development locally. In my earlier development environment I …

php mamp error-reporting
How to avoid isset() and empty()

I have several older applications that throw a lot of "xyz is undefined" and "undefined offset" messages when running on …

php error-reporting
What is the recommended error_reporting() setting for development? What about E_STRICT?

Typically I use E_ALL to see anything that PHP might say about my code to try and improve it. …

php error-reporting
What are differences between error_reporting(E_ALL) and error_reporting(E_ALL & ~E_NOTICE)

Could anyone explain differences between error_reporting(E_ALL); and error_reporting(E_ALL & ~E_NOTICE); ? I noticed that …

php error-reporting
Disable strict standards in PHP 5.3.8

I am using strict standards option in PHP but I want to disable it because Joomla doesn't like it and …

php error-reporting
Error reporting in zend framework

am having trouble with reporting errors in zend framework, errors messages are not displayed on the browser and i recive …

php zend-framework error-reporting
Save output error messages to file in MATLAB

Is there a way to save MATLAB error messages to a file? This may be a simple issue, but Google …

matlab error-reporting
Can't get PHP to report errors

I can't see any PHP errors. I have tried every trick I can find to turn error reporting on, but …

php error-reporting
How can I display (echo/print) the currently set error reporting level in PHP?

I am working on a rather large project (multiple teams) so I don't have complete control over the code. Unfortunately, …

php error-reporting
Why won't PHP 5.2.14 display any errors (even from the command line)?

I have PHP 5.2.10 and PHP 5.2.14 (x86 non-threadsafe Win32 builds) installed on a Windows 2008 R2 server and on Windows 7 64 bit. For …

configuration error-handling php error-reporting