- Output for git.master, git.master_jit, rfc.property-hooks
- array ( 0 => array ( 'team' => 'KC', 'name' => 'Alex Smith', 'passingRate' => 104.74, ), 1 => array ( 'team' => 'NO', 'name' => 'Drew Brees', 'passingRate' => 103.87, ), 2 => array ( 'team' => 'NE', 'name' => 'Tom Brady', 'passingRate' => 102.75, ), 3 => array ( 'team' => 'PHI', 'name' => 'Carson Wentz', 'passingRate' => 101.86, ), 4 => array ( 'team' => 'LA', 'name' => 'Jared Goff', 'passingRate' => 100.48, ), 5 => array ( 'team' => 'DET', 'name' => 'Matthew Stafford', 'passingRate' => 99.33, ), 6 => array ( 'team' => 'MIN', 'name' => 'Case Keenum', 'passingRate' => 98.3, ), 7 => array ( 'team' => 'LAC', 'name' => 'Philip Rivers', 'passingRate' => 95.96, ), 8 => array ( 'team' => 'SEA', 'name' => 'Russell Wilson', 'passingRate' => 95.39, ), 9 => array ( 'team' => 'NYJ', 'name' => 'Josh McCown', 'passingRate' => 94.51, ), 10 => array ( 'team' => 'WAS', 'name' => 'Kirk Cousins', 'passingRate' => 93.85, ), 11 => array ( 'team' => 'PIT', 'name' => 'Ben Roethlisberger', 'passingRate' => 93.37, ), 12 => array ( 'team' => 'TB', 'name' => 'Jameis Winston', 'passingRate' => 92.24, ), 13 => array ( 'team' => 'ATL', 'name' => 'Matt Ryan', 'passingRate' => 91.36, ), 14 => array ( 'team' => 'DAL', 'name' => 'Dak Prescott', 'passingRate' => 86.64, ), 15 => array ( 'team' => 'CIN', 'name' => 'Andy Dalton', 'passingRate' => 86.59, ), 16 => array ( 'team' => 'OAK', 'name' => 'Derek Carr', 'passingRate' => 86.36, ), 17 => array ( 'team' => 'JAX', 'name' => 'Blake Bortles', 'passingRate' => 84.68, ), 18 => array ( 'team' => 'IND', 'name' => 'Jacoby Brissett', 'passingRate' => 81.67, ), 19 => array ( 'team' => 'CAR', 'name' => 'Cam Newton', 'passingRate' => 80.69, ), 20 => array ( 'team' => 'BAL', 'name' => 'Joe Flacco', 'passingRate' => 80.42, ), 21 => array ( 'team' => 'NYG', 'name' => 'Eli Manning', 'passingRate' => 80.37, ), 22 => array ( 'team' => 'TEN', 'name' => 'Marcus Mariota', 'passingRate' => 79.27, ), )
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