- Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- array(8) {
["one"]=>
int(20)
["two"]=>
int(20)
["three"]=>
float(33.333333333333336)
["four"]=>
int(80)
["five"]=>
float(43.333333333333336)
["six"]=>
int(100)
["seven"]=>
int(10)
["eight"]=>
int(10)
}
- Output for 7.0.0 - 7.0.25, 7.1.0 - 7.1.20, 7.2.5 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
- array(8) {
["one"]=>
int(20)
["two"]=>
int(20)
["three"]=>
float(33.333333333333)
["four"]=>
int(80)
["five"]=>
float(43.333333333333)
["six"]=>
int(100)
["seven"]=>
int(10)
["eight"]=>
int(10)
}