match is a reserved keyword as of PHP 8

I'm following the list of backward incompatible changes while upgrading my code from PHP 7.4 to PHP 8.

It says that match is now a reserved keyword. DaniWeb's matching algorithm has many instances of the variable $match, the function match() and even a class named Match. What do I need to do in order to upgrade?