mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
17 lines
264 B
PHP
17 lines
264 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-class-entries
|
|
* @undocumentable
|
|
*/
|
|
|
|
function dl_test_test1(): void {}
|
|
|
|
function dl_test_test2(string $str = ""): string {}
|
|
|
|
class DlTest {
|
|
public function test(string $str = ""): string {}
|
|
}
|
|
|
|
/** @var int */
|
|
const DL_TEST_CONST = 42;
|