/var/www/vhosts/nabawater/vendor/symfony/debug/Tests/phpt
NameSizeModeActions
debug_class_loader.phpt10370664editdlrm
decorate_exception_hander.phpt9890664editdlrm
exception_rethrown.phpt7130664editdlrm
fatal_with_nested_handlers.phpt10530664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt (713B)
--TEST-- Test rethrowing in custom exception handler --FILE-- setDefaultLogger(new TestLogger()); ini_set('display_errors', 1); throw new \Exception('foo'); ?> --EXPECTF-- Uncaught Exception: foo 123 Fatal error: Uncaught %s:25 Stack trace: %a