1<?php 2 3/** 4 * @generate-class-entries 5 * @undocumentable 6 */ 7 8function test1(): void {} 9 10function test2(string $str = ""): string {} 11