PHP: различия между версиями
Перейти к навигации
Перейти к поиску
Artem (обсуждение | вклад) (→7.0) |
Artem (обсуждение | вклад) (→7.1) |
||
Строка 27: | Строка 27: | ||
== 7.1 == | == 7.1 == | ||
* http://php.net/manual/ru/migration71.php | |||
* const visibility | * const visibility | ||
* nullables | * nullables | ||
* multiple exceptions | * multiple exceptions | ||
== 7.2 == | == 7.2 == | ||
* objects type hint | * objects type hint |
Версия от 12:52, 10 февраля 2019
Общие сведения
История
5.3
- http://php.net/manual/ru/migration53.php
- namespaces - http://php.net/manual/ru/language.namespaces.php
- closures - http://php.net/manual/ru/functions.anonymous.php
5.4
- http://php.net/manual/ru/migration54.new-features.php
- traits - http://php.net/manual/ru/language.oop5.traits.php
- short array syntax
5.5
- http://php.net/manual/ru/migration55.php
- finally - http://php.net/manual/ru/language.exceptions.php
- generators - http://php.net/manual/ru/language.generators.php
5.6
- http://php.net/manual/ru/migration56.new-features.php
- variadic functions
- argument unpacking
7.0
- http://php.net/manual/ru/migration70.php
- return types
- scalar typehints
7.1
- http://php.net/manual/ru/migration71.php
- const visibility
- nullables
- multiple exceptions
7.2
- objects type hint
- abstract function override
7.3
- references in list assignments