- Output for git.master, git.master_jit, rfc.property-hooks
- array(6) { [0]=> array(3) { ["id"]=> int(5) ["title"]=> string(24) "Hello World Jude January" ["body"]=> string(29) "Hi All this is my content Jan" } [1]=> array(3) { ["id"]=> int(4) ["title"]=> string(16) "Hello World Jude" ["body"]=> string(30) "Hi All this is my content Jude" } [2]=> array(3) { ["id"]=> int(6) ["title"]=> string(29) "Hello World January June Lord" ["body"]=> string(39) "Hi All this is my content Jan Jude Lord" } [3]=> array(3) { ["id"]=> int(1) ["title"]=> string(11) "Hello world" ["body"]=> string(30) "Hi Jude All this is my content" } [4]=> array(3) { ["id"]=> int(2) ["title"]=> string(15) "Hello world Boy" ["body"]=> string(30) "Hi All this is my content Girl" } [5]=> array(3) { ["id"]=> int(3) ["title"]=> string(10) "hello Kids" ["body"]=> string(29) "Hi All this is my content Kid" } }
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