php Programming Glossary: suppressed
Error logging, in a smooth way http://stackoverflow.com/questions/10331084/error-logging-in-a-smooth-way a single project from page to page. Interestingly even @ suppressed errors make it to the custom error handler with an errno of..
Is it possible to hide the password in MySQL General/Slow Query Logs? http://stackoverflow.com/questions/11983381/is-it-possible-to-hide-the-password-in-mysql-general-slow-query-logs occur literally in plain text. Password rewriting can be suppressed for the general query log by starting the server with the log..
Can I try/catch a warning? http://stackoverflow.com/questions/1241728/can-i-try-catch-a-warning errno errstr errfile errline array errcontext error was suppressed with the @ operator if 0 error_reporting return false throw..
DOM Error - ID 'someAnchor' already defined in Entity, line: http://stackoverflow.com/questions/3614586/dom-error-id-someanchor-already-defined-in-entity-line array this '_FileErrorHandler' Warnings and errors are suppressed xmlDoc loadHTML htmlString restore_error_handler return xmlDoc.. array this '_FileErrorHandler' Warnings and errors are suppressed if this useHTMLMethod xmlDoc loadHTML htmlString else xmlDoc..
PHP: call to an instance method via ClassName::method syntax, results in a static call? http://stackoverflow.com/questions/4664511/php-call-to-an-instance-method-via-classnamemethod-syntax-results-in-a-stati I suppose you have E_STRICT warnings suppressed. It works likely for legacy reasons but it's not recommended...
IIS PHP doesn't log errors to log file http://stackoverflow.com/questions/6661688/iis-php-doesnt-log-errors-to-log-file be the first clue you have of that. If that notice is suppressed or drowned out by legitimate ones you'll never spot it. Most..
PHP Error handling: die() Vs trigger_error() Vs throw Exception http://stackoverflow.com/questions/7063053/php-error-handling-die-vs-trigger-error-vs-throw-exception fatal messages important during development that can be suppressed in production code using a custom error handler. You can produce..
error_get_last() and custom error handler http://stackoverflow.com/questions/8504253/error-get-last-and-custom-error-handler return something other than NULL but because the error is suppressed with @ PHP doesn't output anything. It seems that in the interests..
|