mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
function test1(): void {}
|
|
|
|
function test2(string $str = ""): string {}
|