https://github.com/s-damian/php-8-4-new-features
PHP 8.4 New Features - What's new in PHP 8.4?
https://github.com/s-damian/php-8-4-new-features
newfuture php php8 php84
Last synced: 7 months ago
JSON representation
PHP 8.4 New Features - What's new in PHP 8.4?
- Host: GitHub
- URL: https://github.com/s-damian/php-8-4-new-features
- Owner: s-damian
- Created: 2024-11-23T07:35:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:39:12.000Z (10 months ago)
- Last Synced: 2025-01-28T16:44:31.950Z (8 months ago)
- Topics: newfuture, php, php8, php84
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Features in PHP 8.4
> 📝 You can also read the article on my blog:
[PHP 8.4 New Features](https://www.damian-freelance.com/blog/php-8-4-new-features)## What's new in PHP 8.4?
The stable version of **PHP 8.4** was officially released on November 21, 2024.
Several interesting new features are to be seen 🐘
Here are some examples of what's new in PHP 8.4:
| Title | Link |
|:---:|:---:|
| Property Hooks | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/property-hooks.php) |
| Asymmetric Visibility | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/asymmetric-visibility.php) |
| New Without Parentheses | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/new-without-parentheses.php) |
| Deprecated Attribute | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/deprecated-attribute.php) |
| New Array Functions | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/new-array-functions.php) |
| New mb Functions | [See the example](https://github.com/s-damian/php-8-4-new-features/blob/main/new-mb-functions.php) |