--TEST-- match expression always errors --FILE-- $a, true => $b, }; } try { test(); } catch (UnhandledMatchError $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Unhandled match case 0