Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement) |
-
brandufo Newbie

-
Posts: 2
Threads: 0
Joined: May 2021
Reputation:
0
[b]Features of PHP 7.4[/b]- Support for typed properties
- Support for arrow functions
- Covariant Returns and Contravarian Parameters
- Coalescence Assignment Operator Support (?? =)
- Weak References Support
- Preloading
- Propagation operator in array expression
- Deprecations
|
Messages In This Thread |
RE: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement) - by brandufo - 05-19-2021, 01:00 AM
|