Diferencia entre revisiones de «PHP 8.0»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about PHP 8.0) |
|||
Línea 11: | Línea 11: | ||
* [[Constructor Property Promotion]] | * [[Constructor Property Promotion]] | ||
* [[Match expression]] | * [[Match expression]] | ||
* Named arguments | |||
* Attributes | |||
* [[Nuevo tipo Union]] | |||
* Nullsafe operator | |||
* Saner string to number comparisons | |||
* Consistent type errors for internal functions | |||
== Deprecadas == | == Deprecadas == |
Revisión del 10:53 25 sep 2022
Descripción
PHP 8.0 está disponible en su página oficial desde el 26 de noviembre de 2020.
Sitio oficial de PHP 8.0 EN
Características
Nuevas
- Constructor Property Promotion
- Match expression
- Named arguments
- Attributes
- Nuevo tipo Union
- Nullsafe operator
- Saner string to number comparisons
- Consistent type errors for internal functions