static-php-cli/src/globals/test-extensions.php

9 lines
141 B
PHP
Raw Normal View History

2023-11-19 13:38:55 +08:00
<?php
declare(strict_types=1);
# If you want to test new extensions here, just modify it.
2023-11-19 14:46:30 +08:00
$extensions = 'rar,zlib,zip';
2023-11-19 13:38:55 +08:00
echo $extensions;