- Output for 7.0.0 - 7.2.0
- int(1)
Fatal error: Uncaught TypeError: Argument 1 passed to f() must be of the type integer, float given, called in /in/2StpR on line 9 and defined in /in/2StpR:4
Stack trace:
#0 /in/2StpR(9): f(1.5)
#1 {main}
thrown in /in/2StpR on line 4
Process exited with code 255. - Output for 5.3.20 - 5.6.28
- Warning: Unsupported declare 'strict_types' in /in/2StpR on line 2
Catchable fatal error: Argument 1 passed to f() must be an instance of int, integer given, called in /in/2StpR on line 8 and defined in /in/2StpR on line 4
Process exited with code 255.