DEV Community

poopa
poopa

Posted on

PHP 8!

Alt Text

PHP 8.0 is a major update of the PHP language.
It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency

See the super-slick announcement in 4 languages here:
https://www.php.net/releases/8.0/en.php

Top comments (0)