<?php

function () {
    
}

match ($x) {
    $a => function () {
    },
    $b => function () {
    }
}