- Output for git.master, git.master_jit, rfc.property-hooks
- array(12) { [1]=> array(8) { ["employee_id"]=> int(1) ["firstName"]=> string(5) "Zahir" ["lastName"]=> string(4) "Alam" ["Age"]=> int(25) ["Company"]=> string(8) "Switchme" ["Role"]=> string(9) "Developer" ["Department"]=> string(4) "Tech" ["Head"]=> array(2) { ["Id"]=> int(3) ["Name"]=> string(12) "Sourasis Roy" } } [2]=> array(9) { ["employee_id"]=> int(2) ["firstName"]=> string(5) "Amith" ["lastName"]=> string(8) "Manniken" ["Age"]=> int(25) ["Company"]=> string(8) "Switchme" ["Role"]=> string(9) "Developer" ["Department"]=> string(4) "Tech" ["Head"]=> array(2) { ["Id"]=> int(3) ["Name"]=> string(12) "Sourasis Roy" } ["salary"]=> string(6) "60,000" } [3]=> array(6) { ["employee_id"]=> int(3) ["firstName"]=> string(8) "Sourasis" ["lastName"]=> string(3) "Roy" ["Age"]=> int(28) ["Company"]=> string(8) "Switchme" ["Role"]=> string(3) "CTO" } [4]=> array(7) { ["employee_id"]=> int(4) ["firstName"]=> string(6) "Aditya" ["lastName"]=> string(6) "Mishra" ["Age"]=> int(29) ["Company"]=> string(8) "Switchme" ["Department"]=> string(4) "Tech" ["Role"]=> string(3) "CEO" } [5]=> array(6) { ["employee_id"]=> int(5) ["firstName"]=> string(5) "Priti" ["lastName"]=> string(4) "Lata" ["Age"]=> int(24) ["Company"]=> string(8) "Switchme" ["Role"]=> string(2) "HR" } [6]=> array(7) { ["employee_id"]=> int(6) ["firstName"]=> string(6) "Sumita" ["lastName"]=> string(4) "Nath" ["Age"]=> int(24) ["Company"]=> string(8) "Switchme" ["Role"]=> string(8) "HLA Head" ["Department"]=> string(3) "Crm" } [7]=> array(7) { ["employee_id"]=> int(7) ["firstName"]=> string(6) "Tarini" ["lastName"]=> string(6) "Khanna" ["Age"]=> int(22) ["Company"]=> string(8) "Switchme" ["Role"]=> string(14) "Content Writer" ["salary"]=> string(6) "55,000" } [8]=> array(8) { ["employee_id"]=> int(8) ["firstName"]=> string(7) "Abhisek" ["lastName"]=> string(4) "Soni" ["Age"]=> int(23) ["Company"]=> string(8) "Switchme" ["Role"]=> string(3) "HLA" ["Department"]=> string(3) "Crm" ["Head"]=> array(2) { ["Id"]=> int(5) ["Name"]=> string(11) "Sumita Nath" } } [9]=> array(9) { ["employee_id"]=> int(9) ["firstName"]=> string(5) "Ankit" ["lastName"]=> string(4) "Pump" ["Age"]=> int(23) ["Company"]=> string(8) "Switchme" ["Role"]=> string(3) "HLA" ["Department"]=> string(3) "Crm" ["Head"]=> array(2) { ["Id"]=> int(5) ["Name"]=> string(11) "Sumita Nath" } ["salary"]=> string(6) "50,000" } [10]=> array(7) { ["employee_id"]=> int(10) ["firstName"]=> string(4) "Pogo" ["lastName"]=> string(4) "Laal" ["Age"]=> int(23) ["Company"]=> string(8) "Switchme" ["Role"]=> string(8) "Designer" ["salary"]=> string(6) "30,000" } [11]=> array(7) { ["employee_id"]=> int(11) ["firstName"]=> string(6) "Sabina" ["lastName"]=> string(4) "Sekh" ["Age"]=> int(28) ["Company"]=> string(8) "Switchme" ["Role"]=> string(8) "HLA Head" ["Department"]=> string(3) "Crm" } [12]=> array(8) { ["employee_id"]=> int(12) ["firstName"]=> string(6) "Sanjay" ["lastName"]=> string(6) "Poudal" ["Age"]=> int(24) ["Company"]=> string(8) "Switchme" ["Role"]=> string(8) "HLA Head" ["Department"]=> string(3) "Crm" ["Head"]=> array(2) { ["Id"]=> int(10) ["Name"]=> string(11) "Sabina Sekh" } } }
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
- 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