1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00
Files
archived-php-src/ext/skeleton/skeleton.stub.php
Máté Kocsis 736b22dc0b Add stubs for aliases
Closes GH-5187
2020-02-18 21:10:36 +01:00

6 lines
78 B
PHP

<?php
function test1(): void {}
function test2(string $str = ""): string {}