--TEST-- GH-10695: Exceptions from output buffering handlers during shutdown are caught --FILE-- getMessage() . "\n"; }); ob_start(function () { throw new \Exception('ob_start'); }); ?> --EXPECT-- Caught: ob_start