Fatal error: Uncaught ArgumentCountError: Too few arguments to function Bar::foo(), 0 passed in /in/iMfkY on line 14 and exactly 1 expected in /in/iMfkY:7
Stack trace:
#0 /in/iMfkY(14): Bar->foo()
#1 {main}
thrown in /in/iMfkY on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Fatal error: Uncaught TypeError: Argument 1 passed to Bar::foo() must be an instance of Zoo, none given, called in /in/iMfkY on line 14 and defined in /in/iMfkY:7
Stack trace:
#0 /in/iMfkY(14): Bar->foo()
#1 {main}
thrown in /in/iMfkY on line 7
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Catchable fatal error: Argument 1 passed to Bar::foo() must be an instance of Zoo, none given, called in /in/iMfkY on line 14 and defined in /in/iMfkY on line 7
Process exited with code 255.