https://github.com/cba85/teach-php-8
🆕 PHP 8 news
https://github.com/cba85/teach-php-8
php8
Last synced: 6 days ago
JSON representation
🆕 PHP 8 news
- Host: GitHub
- URL: https://github.com/cba85/teach-php-8
- Owner: cba85
- Created: 2020-12-23T12:00:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:30:16.000Z (over 5 years ago)
- Last Synced: 2025-03-11T21:44:02.992Z (over 1 year ago)
- Topics: php8
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP 8
> For demonstration purpose only
- Class name resolution
- Constructor promotion
- Match expression
- Named arguments
- Optional exception caching variable
- Nullsafe operator
- str_contains()
- str_starts() / str_ends()
- throw expression
- trailing commas
- union types