- Output for 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(4) {
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
["d"]=>
bool(false)
}
array(5) {
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
["d"]=>
bool(false)
["foo"]=>
string(3) "foo"
}
array(4) {
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
["foo"]=>
string(3) "foo"
}
- Output for 8.0.1 - 8.0.30
- array(4) {
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
["d"]=>
bool(false)
}
array(5) {
["foo"]=>
string(3) "foo"
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
["d"]=>
bool(false)
}
array(4) {
["foo"]=>
string(3) "foo"
["a"]=>
int(1)
["b"]=>
string(0) ""
["c"]=>
string(0) ""
}