- Output for 7.2.0
- Fatal error: Uncaught TypeError: Return value of foo() must be an object, null returned in /in/EejWs:4
Stack trace:
#0 /in/EejWs(8): foo()
#1 {main}
thrown in /in/EejWs on line 4
Process exited with code 255. - Output for 7.0.0 - 7.1.10
- Fatal error: Uncaught TypeError: Return value of foo() must be an instance of object, null returned in /in/EejWs:4
Stack trace:
#0 /in/EejWs(8): foo()
#1 {main}
thrown in /in/EejWs on line 4
Process exited with code 255. - Output for 5.3.19 - 5.6.28
- Parse error: syntax error, unexpected ':', expecting '{' in /in/EejWs on line 3
Process exited with code 255.