1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/ext/skeleton/skeleton.stub.php
Nikita Popov 29df9d13da Rename skeleton stub file
Add the .php suffix
2020-01-06 14:43:29 +01:00

6 lines
98 B
PHP

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