- Output for 7.0.0 - 7.2.0
- Fatal error: Uncaught TypeError: Argument 1 passed to sumOfInts() must be of the type array, string given, called in /in/BUIKq on line 8 and defined in /in/BUIKq:3
Stack trace:
#0 /in/BUIKq(8): sumOfInts('3', 4.1)
#1 {main}
Next TypeError: Argument 2 passed to sumOfInts() must be of the type array, float given, called in /in/BUIKq on line 8 and defined in /in/BUIKq:3
Stack trace:
#0 /in/BUIKq(8): sumOfInts('3', 4.1)
#1 {main}
thrown in /in/BUIKq on line 3
Process exited with code 255. - Output for 5.6.8 - 5.6.28
- Catchable fatal error: Argument 1 passed to sumOfInts() must be of the type array, string given, called in /in/BUIKq on line 8 and defined in /in/BUIKq on line 3
Process exited with code 255. - Output for 5.4.10 - 5.5.35
- Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /in/BUIKq on line 3
Process exited with code 255. - Output for 5.3.20 - 5.3.29
- Parse error: syntax error, unexpected '.', expecting '&' or T_VARIABLE in /in/BUIKq on line 3
Process exited with code 255.