- Output for 7.3.0 - 7.3.1
- array(1) {
[0]=>
int(5)
}
Fatal error: Uncaught TypeError: Argument 1 passed to f() must be of the type array, int given, called in /in/NAEhv on line 8 and defined in /in/NAEhv:3
Stack trace:
#0 /in/NAEhv(8): f(3)
#1 {main}
thrown in /in/NAEhv on line 3
Process exited with code 255. - Output for 7.0.0 - 7.2.13
- array(1) {
[0]=>
int(5)
}
Fatal error: Uncaught TypeError: Argument 1 passed to f() must be of the type array, integer given, called in /in/NAEhv on line 8 and defined in /in/NAEhv:3
Stack trace:
#0 /in/NAEhv(8): f(3)
#1 {main}
thrown in /in/NAEhv on line 3
Process exited with code 255. - Output for 5.4.0 - 5.6.38
- array(1) {
[0]=>
int(5)
}
Catchable fatal error: Argument 1 passed to f() must be of the type array, integer given, called in /in/NAEhv on line 8 and defined in /in/NAEhv on line 3
Process exited with code 255. - Output for 5.3.19 - 5.3.29
- array(1) {
[0]=>
int(5)
}
Catchable fatal error: Argument 1 passed to f() must be an array, integer given, called in /in/NAEhv on line 8 and defined in /in/NAEhv on line 3
Process exited with code 255.