Shows result from various feature-branches currently under review from the php developers. Contact me to have additional branches featured.
- Output for branch master
- A::__set_state(array( 'a' => 3, 'c' => 'd', ))
- Output for branch master_jit
- A::__set_state(array( 'a' => 3, 'c' => 'd', ))
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
- array_change_keys() - withdrawn
- Object typehint - included in PHP 7.2
- Arrow functions - withdrawn
- Typed Properties v2 - superseded by another RFC implemented in PHP 7.4
- Lexical scope suport for anonymous classes - suspended
- Typed Properties - declined
- Union Types - declined
- Callable Prototypes - declined
- Short Closures - declined / withdrawn in favor of Arrow Functions
- Function Interfaces - declined
- Scalar type hints v5 - included in PHP 7
- Anonymous classes - included in PHP 7