Warning: Declaration of Baz::test($bar, ...$args) should be compatible with Foo::test($bar, $baz = NULL) in /in/YCmPS on line 10
array(1) {
[0]=>
int(1)
}
array(2) {
[0]=>
int(2)
[1]=>
string(5) "hello"
}
Warning: Declaration of Baz::test($bar, ...$args) should be compatible with Foo::test($bar, $baz = NULL) in /in/YCmPS on line 13
array(1) {
[0]=>
int(1)
}
array(2) {
[0]=>
int(2)
[1]=>
string(5) "hello"
}
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /in/YCmPS on line 10
Process exited with code 255.