Diferencia entre revisiones de «PHP 8.0»
Ir a la navegación
Ir a la búsqueda
(No se muestran 2 ediciones intermedias del mismo usuario) | |||
Línea 2: | Línea 2: | ||
PHP 8.0 está disponible en su página oficial desde el 26 de noviembre de 2020. | PHP 8.0 está disponible en su página oficial desde el 26 de noviembre de 2020. | ||
Sitio oficial de PHP 8.0 [https://www.php.net/releases/8.0/en.php EN] | |||
= Características = | = Características = | ||
Línea 9: | 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 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