Diferencia entre revisiones de «PHP 8.0»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about PHP 8.0) |
|||
(No se muestran 3 ediciones intermedias del mismo usuario) | |||
Línea 3: | Línea 3: | ||
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. | ||
= Nuevas | Sitio oficial de PHP 8.0 [https://www.php.net/releases/8.0/en.php EN] | ||
= Características = | |||
== Nuevas == | |||
* [[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 == |
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