Match expression syntax is one of the nicest features in PHP 8 that improves the switch syntax in multiple ways.
PHP 8 introduces the new match expression. A powerful feature that will often be the better choice to using switch. So what exactly are the differences?