Что нового в PHP 8.1?
- Enums: unit и backed enum
- Fibers: кооперативная многозадачность
- Intersection types:
A&B - Readonly properties:
public readonly string $name - First-class callable syntax:
strlen(...) - Never return type: функция не возвращает (throw/exit)
- array_is_list()
- Константы в enum