1 2 3 4 5 6 7 8
===source=== <?php class Foo {} function test(): void { Foo::missing(); } ===expect=== UndefinedMethod: Foo::missing()