We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8717a02 + 401e98e commit 43f1d7bCopy full SHA for 43f1d7b
php/utils-wp.php
@@ -87,7 +87,7 @@ function wp_debug_mode() {
87
}
88
89
// XDebug already sends errors to STDERR.
90
- ini_set( 'display_errors', function_exists( 'xdebug_debug_zval' ) ? false : 'STDERR' );
+ ini_set( 'display_errors', function_exists( 'xdebug_debug_zval' ) ? false : 'stderr' );
91
92
// phpcs:enable
93
0 commit comments