Closed
Description
Description (*)
Magento has places where use keyword "match" that is reserved PHP from version 8 according to this document.
These is classes provided below
app/code/Magento/CustomerSegment/Controller/Adminhtml/Index/Match.php
app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/Match.php
lib/internal/Magento/Framework/Search/Request/Query/Match.php
Using this keyword as class name makes unpossible compatible with PHP 8.
We need eliminate this problem.