Overview
Explore the major updates and new features in PHP 8.0 through real-world examples in this 22-minute video tutorial. Dive into named arguments, union types, the nullsafe operator, constructor property promotion, match expressions, attributes, non-capturing catch, and new string functions. Learn how to leverage these enhancements to write more efficient and expressive code. Follow along with provided code samples and official documentation links to deepen your understanding of PHP 8.0's capabilities. Suitable for PHP developers looking to stay current with the latest language improvements and optimize their coding practices.
Syllabus
Introduction
Named Arguments
Union Types
Nullsafe Operator
Constructor Property Promotion
Match Expression
Attributes
Non-Capturing Catch
Throw Exception From New Places
New String Functions
Outro
Taught by
Dave Hollingworth