bool(true)
Fatal error: Uncaught TypeError: fubar(): Argument #1 ($bar) must be of type stdObject, true given, called in /in/83L8W on line 15 and defined in /in/83L8W:10
Stack trace:
#0 /in/83L8W(15): fubar(true)
#1 {main}
thrown in /in/83L8W on line 10
Process exited with code 255.
bool(true)
Fatal error: Uncaught TypeError: fubar(): Argument #1 ($bar) must be of type stdObject, bool given, called in /in/83L8W on line 15 and defined in /in/83L8W:10
Stack trace:
#0 /in/83L8W(15): fubar(true)
#1 {main}
thrown in /in/83L8W on line 10
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
bool(true)
Fatal error: Uncaught TypeError: Argument 1 passed to fubar() must be an instance of stdObject, bool given, called in /in/83L8W on line 15 and defined in /in/83L8W:10
Stack trace:
#0 /in/83L8W(15): fubar(true)
#1 {main}
thrown in /in/83L8W on line 10
Process exited with code 255.
bool(true)
Fatal error: Uncaught TypeError: Argument 1 passed to fubar() must be an instance of stdObject, boolean given, called in /in/83L8W on line 15 and defined in /in/83L8W:10
Stack trace:
#0 /in/83L8W(15): fubar(true)
#1 {main}
thrown in /in/83L8W on line 10
Process exited with code 255.
Catchable fatal error: Argument 1 passed to foo() must be an instance of bool, boolean given, called in /in/83L8W on line 8 and defined in /in/83L8W on line 3
Process exited with code 255.
Output for 5.1.1 - 5.1.6
Fatal error: Argument 1 passed to foo() must be an object of class bool, called in /in/83L8W on line 8 and defined in /in/83L8W on line 3
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/83L8W on line 15
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Argument 1 must be an object of class bool in /in/83L8W on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/83L8W on line 3
Process exited with code 255.