1 2 3 4 5 6 7 8 9
===source=== <?php function test(): void { foo(); foo(); } ===expect=== UndefinedFunction: foo() UndefinedFunction: foo()