;
; - Show all errors, except for notices and coding standards warnings
;
-;error_reporting = E_ALL & ~E_NOTICE
+;error_reporting = E_ALL | ~E_NOTICE
;
; - Show all errors, except for notices
;
-;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
+;error_reporting = E_ALL | ~E_NOTICE | E_STRICT
;
; - Show only errors
;
;
; - Show all errors except for notices and coding standards warnings
;
-error_reporting = E_ALL & ~E_NOTICE
+error_reporting = E_ALL | ~E_NOTICE
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
;
; - Show all errors, except for notices and coding standards warnings
;
-;error_reporting = E_ALL & ~E_NOTICE
+;error_reporting = E_ALL | ~E_NOTICE
;
; - Show all errors, except for notices
;
-;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
+;error_reporting = E_ALL | ~E_NOTICE | E_STRICT
;
; - Show only errors
;