123
Fatal error: Uncaught TypeError: X::foo(): Argument #1 ($a) must be of type A, null given, called in /in/UNc7t on line 20 and defined in /in/UNc7t:10
Stack trace:
#0 /in/UNc7t(20): X->foo(NULL)
#1 {main}
thrown in /in/UNc7t on line 10
Process exited with code 255.
123
Fatal error: Uncaught TypeError: Argument 1 passed to X::foo() must be an instance of A, null given, called in /in/UNc7t on line 20 and defined in /in/UNc7t:10
Stack trace:
#0 /in/UNc7t(20): X->foo(NULL)
#1 {main}
thrown in /in/UNc7t on line 10
Process exited with code 255.
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28
123
Catchable fatal error: Argument 1 passed to X::foo() must be an instance of A, null given, called in /in/UNc7t on line 20 and defined in /in/UNc7t on line 10
Process exited with code 255.