1 2 3 4 5 6 7 8
===source=== <?php function test(): void { $x = null; $x->foo(); } ===expect=== NullMethodCall: $x->foo()