Fatal error: Uncaught TypeError: bar(): Return value must be of type string, int returned in /in/dtYQ9:7
Stack trace:
#0 /in/dtYQ9(10): bar(123)
#1 {main}
thrown in /in/dtYQ9 on line 7
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught TypeError: Return value of bar() must be of the type string, int returned in /in/dtYQ9:7
Stack trace:
#0 /in/dtYQ9(10): bar(123)
#1 {main}
thrown in /in/dtYQ9 on line 7
Process exited with code 255.
Fatal error: Uncaught TypeError: Return value of bar() must be of the type string, integer returned in /in/dtYQ9:7
Stack trace:
#0 /in/dtYQ9(10): bar(123)
#1 {main}
thrown in /in/dtYQ9 on line 7
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Warning: Unsupported declare 'strict_types' in /in/dtYQ9 on line 3
Parse error: syntax error, unexpected ':', expecting '{' in /in/dtYQ9 on line 5
Process exited with code 255.