1<?php 2 3/** 4 * @generate-class-entries 5 * @undocumentable 6 */ 7 8function dl_test_test1(): void {} 9 10function dl_test_test2(string $str = ""): string {} 11 12class DlTest { 13 public function test(string $str = ""): string {} 14} 15 16/** @var int */ 17const DL_TEST_CONST = 42; 18