Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71a0d05

Browse filesBrowse files
greg0ireGrégoire Paris
authored and
Grégoire Paris
committed
Improve error handler failure troubleshooting
1 parent 3064fac commit 71a0d05
Copy full SHA for 71a0d05

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public static function register($mode = 0)
160160
$colorize = function ($str) { return $str; };
161161
}
162162
if ($currErrorHandler !== $deprecationHandler) {
163+
var_dump(error_get_last());
163164
echo "\n", $colorize('THE ERROR HANDLER HAS CHANGED!', true), "\n";
164165
}
165166

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.