vscode-intelephense
vscode-intelephense copied to clipboard
No match expr folding
<?php
$result = match ($val) {
1 => 1,
2 => 2,
3 => 3,
4 => 4,
};