https://github.com/thecodeholic/php8.1-changes
https://github.com/thecodeholic/php8.1-changes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/php8.1-changes
- Owner: thecodeholic
- Created: 2021-11-24T17:04:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T21:15:48.000Z (over 3 years ago)
- Last Synced: 2025-03-21T22:41:28.458Z (3 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's new in PHP8.1
The repository is made for YouTube Video [What's new in PHP 8.1](https://youtu.be/RaVfeBfUlkk)
## In this repository I cover changes made in PHP 8.1
- Enums
- Array unpacking with string values
- Readonly properties
- Intersection types
- First class callable syntax
- array_is_list function
- Final class constants
- new in initializers
- Names arguments after unpacking
- Octal literal notation
- Migrating from php8.0 to php8.1
- Fibers