- Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
- 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)
}