Shows result from various feature-branches currently under review from the php developers. Contact me to have additional branches featured.
- Output for Typed properties v2
- bool(false) Notice: Undefined index: foo in /in/AqeMh on line 6 Warning: array_key_exists() expects parameter 2 to be array, null given in /in/AqeMh on line 6 NULL
- Output for Arrow functions
- bool(false) Notice: Undefined index: foo in /in/AqeMh on line 6 Warning: array_key_exists() expects parameter 2 to be array, null given in /in/AqeMh on line 6 NULL
- Output for Object typehint
- bool(false) Notice: Undefined index: foo in /in/AqeMh on line 6 Warning: array_key_exists() expects parameter 2 to be array, null given in /in/AqeMh on line 6 NULL
- Output for Array change keys
- bool(false) Notice: Undefined index: foo in /in/AqeMh on line 6 Warning: array_key_exists() expects parameter 2 to be array, null given in /in/AqeMh on line 6 NULL
- Output for Lexical anon
- bool(false) Notice: Undefined index: foo in /in/AqeMh on line 6 Warning: array_key_exists() expects parameter 2 to be array, null given in /in/AqeMh on line 6 NULL
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
- 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 php7
- Anonymous classes - included in php7