Diferencia entre revisiones de «PHP 8.0»
Ir a la navegación
Ir a la búsqueda
Línea 12: | Línea 12: | ||
* [[Match expression]] | * [[Match expression]] | ||
* Named arguments | * Named arguments | ||
* Attributes | * [[Attributes]] | ||
* [[Nuevo tipo Union]] | * [[Nuevo tipo Union]] | ||
* Nullsafe operator | * Nullsafe operator |
Revisión actual - 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