PHP 8 released today.
match : instead of using "switch" for case match you can use "match" for more flexibility.
named argument : send arguments by name when calling functions.
and a JIT that speeds up number crunching a lot.
That's the three relevant changes.
26-Nov-2020 10:43 pm