We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28841c4 commit ab80f29Copy full SHA for ab80f29
src/Symfony/Component/Debug/Tests/phpt/decorate_exception_hander.phpt
@@ -1,5 +1,7 @@
1
--TEST--
2
Test catching fatal errors when handlers are nested
3
+--INI--
4
+display_errors=0
5
--FILE--
6
<?php
7
@@ -24,7 +26,6 @@ if (true) {
24
26
25
27
?>
28
--EXPECTF--
-Fatal error: Class 'Symfony\Component\Debug\missing' not found in %s on line %d
29
object(Symfony\Component\Debug\Exception\ClassNotFoundException)#%d (8) {
30
["message":protected]=>
31
string(131) "Attempted to load class "missing" from namespace "Symfony\Component\Debug".
0 commit comments