1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/skeleton/skeleton.stub
T

6 lines
98 B
Plaintext

<?php
function %EXTNAME%_test1(): void {}
function %EXTNAME%_test2(string $str = ""): string {}