Lines Matching refs:errors

82 ; much more verbose when it comes to errors. We recommend using the
83 ; development version only in development environments, as errors shown to
407 ; This directive informs PHP of which errors, warnings and notices you would like
412 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
423 ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
424 ; E_ERROR - fatal run-time errors
425 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
426 ; E_WARNING - run-time warnings (non-fatal errors)
427 ; E_PARSE - compile-time parse errors
436 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
437 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
439 ; E_COMPILE_ERROR - fatal compile-time errors
440 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
449 ; E_ALL (Show all errors, warnings and notices including coding standards.)
450 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
451 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
452 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
459 ; This directive controls whether or not and where PHP will output errors,
464 ; For production environments, we recommend logging errors rather than
467 ; Off = Do not display any errors
468 ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
469 ; On or stdout = Display errors to STDOUT
473 ; http://php.net/display-errors
476 ; The display of errors which occur during PHP's startup sequence are handled
478 ; errors from clients. Turning the display of startup errors on can be useful in
484 ; http://php.net/display-startup-errors
487 ; Besides displaying errors, PHP can also log errors to locations such as a
489 ; directive found below. While errors should not be displayed on productions
494 ; http://php.net/log-errors
499 ; http://php.net/log-errors-max-len
502 ; Do not log repeated messages. Repeated errors must occur in same file on same
504 ; http://php.net/ignore-repeated-errors
508 ; is On you will not log errors with repeated messages from different files or
529 ; http://php.net/track-errors
533 ; http://php.net/xmlrpc-errors
546 ; http://php.net/html-errors
577 ; Log errors to specified file. PHP's default behavior is to leave this value
582 ; Log errors to syslog (Event Log on Windows).
1004 ; This directive allows you to produce PHP errors when some error
1006 ; Default is 0, which does not produce any errors.
1861 ; All OPcache errors go to the Web server log.
1862 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
1881 ; errors.