- Output for git.master, git.master_jit, rfc.property-hooks
- array(16) { [0]=> array(4) { ["id"]=> int(1) ["name"]=> string(24) "Пользователи" ["alias"]=> string(5) "users" ["childrens"]=> string(42) "Создание, Список, Поиск" } [1]=> array(3) { ["id"]=> int(2) ["name"]=> string(16) "Создание" ["alias"]=> string(6) "create" } [2]=> array(4) { ["id"]=> int(3) ["name"]=> string(12) "Список" ["alias"]=> string(4) "list" ["childrens"]=> string(36) "Активные, Удаленные" } [3]=> array(3) { ["id"]=> int(4) ["name"]=> string(16) "Активные" ["alias"]=> string(6) "active" } [4]=> array(3) { ["id"]=> int(5) ["name"]=> string(18) "Удаленные" ["alias"]=> string(7) "deleted" } [5]=> array(3) { ["id"]=> int(8) ["name"]=> string(10) "Поиск" ["alias"]=> string(6) "search" } [6]=> array(4) { ["id"]=> int(6) ["name"]=> string(12) "Заявки" ["alias"]=> string(8) "requests" ["childrens"]=> string(100) "Заявки на поключение, Заявки на ремонт, Заявки на обход" } [7]=> array(3) { ["id"]=> int(9) ["name"]=> string(38) "Заявки на поключение" ["alias"]=> string(10) "connecting" } [8]=> array(3) { ["id"]=> int(10) ["name"]=> string(30) "Заявки на ремонт" ["alias"]=> string(7) "repairs" } [9]=> array(3) { ["id"]=> int(11) ["name"]=> string(28) "Заявки на обход" ["alias"]=> string(5) "round" } [10]=> array(4) { ["id"]=> int(7) ["name"]=> string(12) "Отчёты" ["alias"]=> string(7) "reports" ["childrens"]=> string(53) "Отдел маркетинга, Управление" } [11]=> array(4) { ["id"]=> int(12) ["name"]=> string(31) "Отдел маркетинга" ["alias"]=> string(9) "marketing" ["childrens"]=> string(95) "Отчёт по списаниям, Отчёт по расходам, Годовой отчёт" } [12]=> array(3) { ["id"]=> int(15) ["name"]=> string(34) "Отчёт по списаниям" ["alias"]=> string(10) "write-offs" } [13]=> array(3) { ["id"]=> int(16) ["name"]=> string(32) "Отчёт по расходам" ["alias"]=> string(5) "costs" } [14]=> array(3) { ["id"]=> int(17) ["name"]=> string(25) "Годовой отчёт" ["alias"]=> string(4) "year" } [15]=> array(3) { ["id"]=> int(14) ["name"]=> string(20) "Управление" ["alias"]=> string(7) "control" } }
This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.
Active branches
Archived branches
Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page
- 2022-12-01 RFC: Property hooks - included in PHP 8.4
- 2020-03-21 RFC: Is_Literal - declined
- 2020-12-04 Enumerations - included in PHP 8.1
- 2018-06-15 Typed Properties v2 - implemented in PHP 7.4
- 2016-08-12 Object typehint - included in PHP 7.2
- 2016-08-14 Arrow functions - withdrawn
- 2016-05-29 array_change_keys() - withdrawn
- 2016-04-19 Lexical scope support for anonymous classes - suspended
- 2016-04-17 Functional Interfaces - declined
- 2016-03-16 Typed Properties - superseded in favor of Typed Properties 2.0
- 2015-08-27 Callable Prototypes - declined
- 2015-05-01 Short Closures - declined / withdrawn in favor of Arrow Functions
- 2015-02-18 Scalar type hints v5 - included in PHP 7
- 2015-02-14 Union Types - declined
- 2013-09-22 Anonymous classes - included in PHP 7