php-src/ext/skeleton/skeleton.stub.php

11 lines
133 B
PHP
Raw Permalink Normal View History

<?php
/**
* @generate-class-entries
* @undocumentable
*/
2020-02-19 02:59:15 +08:00
function test1(): void {}
2020-02-19 02:59:15 +08:00
function test2(string $str = ""): string {}