mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
736b22dc0b
Closes GH-5187
6 lines
78 B
PHP
6 lines
78 B
PHP
<?php
|
|
|
|
function test1(): void {}
|
|
|
|
function test2(string $str = ""): string {}
|