From 213a05f83c101d561758a43d9c142285b35ca0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D0=BC=D1=91=D0=BD=20=D0=9C=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D0=B2=D0=B8=D1=87=20=D0=93=D1=83=D1=81=D0=B5?= =?UTF-8?q?=D0=B2?= <145036030+semyonnnnn@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:28:46 +0500 Subject: [PATCH] Update match_error.php read docs --- conditions/match_error.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conditions/match_error.php b/conditions/match_error.php index 3fb503d..11076db 100644 --- a/conditions/match_error.php +++ b/conditions/match_error.php @@ -1,7 +1,10 @@ 31, 'Apr', 'Jun', 'Sep', 'Nov' => 30, 'Feb' => 28, + + //actually 👆🤓 + default => 31, }; + echo $day; // PHP Fatal error: Uncaught UnhandledMatchError: Unhandled match case 'PHP'