php-src/ext/skeleton/skeleton.stub.php
2020-04-05 21:15:30 +02:00

8 lines
113 B
PHP

<?php
/** @generate-function-entries */
function test1(): void {}
function test2(string $str = ""): string {}