What's Changed
* feat: allow identifiers to contain utf-8 characters by calebdw in https://github.com/tree-sitter/tree-sitter-php/pull/216
* chore!: clean up expressions by calebdw in https://github.com/tree-sitter/tree-sitter-php/pull/218
* fix: keywords not being parsed as named arguments by calebdw in https://github.com/tree-sitter/tree-sitter-php/pull/217
Breaking Change
- `exponentiation_expression` has been removed and is now part of `binary_expression`
**Full Changelog**: https://github.com/tree-sitter/tree-sitter-php/compare/v0.21.1...v0.22.0