https://github.com/thecodeholic/php8.0-changes
https://github.com/thecodeholic/php8.0-changes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/php8.0-changes
- Owner: thecodeholic
- Created: 2020-11-27T07:17:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T11:42:48.000Z (over 2 years ago)
- Last Synced: 2025-03-21T22:41:25.677Z (3 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP8.0 Changes
The repository is made for YouTube Video [What's new in PHP 8.0](https://youtu.be/uU1-ZqIbYes)
## In this repository I cover changes made in PHP 8.0
- Named Arguments
- Union Types
- Constructor Property Promotion
- Nullsafe Operator
- Trailing Comman In Parameters
- Match Expressions
- Attributes
- Weak Maps
- Mixed Type
- Throw Exceptions
- And other minor things