xref: /PHP-8.0/ext/skeleton/skeleton.stub.php (revision 21cfa03f)
1<?php
2
3/** @generate-function-entries */
4
5function test1(): void {}
6
7function test2(string $str = ""): string {}
8