--TEST-- Bug #37251 (deadlock when custom error handler is to catch array type hint error) --FILE-- bar(); } catch (Error $e) { echo 'OK'; } ?> --EXPECT-- OK