- Output for 7.0.0 - 7.2.0
- My numeric property is 10
Fatal error: Uncaught TypeError: Argument 1 passed to printSomething() must implement interface Printable, string given, called in /in/K0KjM on line 24 and defined in /in/K0KjM:19
Stack trace:
#0 /in/K0KjM(24): printSomething('You can't print...')
#1 {main}
thrown in /in/K0KjM on line 19
Process exited with code 255. - Output for 5.3.18 - 5.6.28
- My numeric property is 10
Catchable fatal error: Argument 1 passed to printSomething() must implement interface Printable, string given, called in /in/K0KjM on line 24 and defined in /in/K0KjM on line 19
Process exited with code 255.