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