PHP 7.x compatibility
BC changes:
- Moved
fnnamespace intofuncone. PHP 7.4 usesfnas token for arrow functions.
Other changes:
- Fixed tests
- Minor code style/performance improvements
BC changes:
fn namespace into func one. PHP 7.4 uses fn as token for arrow functions.Other changes: